diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-04-11 21:49:04 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-04-11 21:49:04 +0200 |
| commit | acafdc28ea59196dbdfb69dacc29b0d440fa8de1 (patch) | |
| tree | 40adc169b296e8c1fd89e487f3919c676a431ee9 /static/css | |
| parent | 263d3cd1bd59548f70b151db7a7f5263978b23ca (diff) | |
| download | hyperkitty-acafdc28ea59196dbdfb69dacc29b0d440fa8de1.tar.gz hyperkitty-acafdc28ea59196dbdfb69dacc29b0d440fa8de1.tar.xz hyperkitty-acafdc28ea59196dbdfb69dacc29b0d440fa8de1.zip | |
Add an overview of the recent activities on the list
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/stats.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/css/stats.css b/static/css/stats.css index 24cea1c..ec1bf4d 100644 --- a/static/css/stats.css +++ b/static/css/stats.css @@ -30,6 +30,17 @@ h2 { margin: auto; } +#graph { + vertical-align: middle; +} + +#fig { + position: relative; + margin: auto; + width: 540px; + height: 330px; +} + #top_discussion { width: 45%; margin-right: 22px; |
