Revision adfb9ea4
Added by Serghei Mihai over 10 years ago
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 { |
Also available in: Unified diff
agenda: activity summary table fits page's width
Closes #2735