0001-agenda-activity-summary-table-fits-page-s-width.patch
calebasse/static/css/agenda.css | ||
---|---|---|
234 | 234 |
} |
235 | 235 | |
236 | 236 |
#activity { |
237 |
float: right; |
|
238 | 237 |
font-size: .8em; |
239 | 238 |
margin-bottom: 5em; |
240 | 239 |
} |
... | ... | |
249 | 248 | |
250 | 249 |
#activity table { |
251 | 250 |
border-collapse: collapse; |
251 |
width: 100%; |
|
252 | 252 |
} |
253 | 253 | |
254 | 254 |
#activity .header { |
255 |
- |