diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-19 16:53:29 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-19 16:53:29 +0100 |
commit | 727b65c8b66ed802ecd315a255fa0172c4a3eeef (patch) | |
tree | c83184762f72c6ab3d7593a834e646b29d0ea253 | |
parent | 4975d6f9319ccd65f5d90a24de9dd5394da0d847 (diff) | |
download | hyperkitty-727b65c8b66ed802ecd315a255fa0172c4a3eeef.tar.gz hyperkitty-727b65c8b66ed802ecd315a255fa0172c4a3eeef.tar.xz hyperkitty-727b65c8b66ed802ecd315a255fa0172c4a3eeef.zip |
Some css changes for a better recent page
-rw-r--r-- | static/css/stats.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/css/stats.css b/static/css/stats.css index 6a1d2ec..24cea1c 100644 --- a/static/css/stats.css +++ b/static/css/stats.css @@ -31,26 +31,26 @@ h2 { } #top_discussion { - width: 40%; + width: 45%; margin-right: 22px; - margin-left: 11%; + margin-left: 10px; } #discussion_by_topic { - width: 40%; + width: 45%; margin-top: 20px; margin-right: 22px; - margin-left: 11%; + margin-left: 10px; } #most_active { float: right; - width: 40%; + width: 45%; } #discussion_marker { float: right; - width: 40%; + width: 45%; margin-top: 20px; } |