summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-04-10 23:41:31 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-04-10 23:41:31 +0200
commitf213c5806e8e5c4a5747b7ea339c3bd296a8e310 (patch)
treecc3e2141f83acf1dda7bfcc35a16d66a5b5530d1
parentd60f8c3cc4bd6b35f4f821fd38e24a8190f1e993 (diff)
downloadhyperkitty-f213c5806e8e5c4a5747b7ea339c3bd296a8e310.tar.gz
hyperkitty-f213c5806e8e5c4a5747b7ea339c3bd296a8e310.tar.xz
hyperkitty-f213c5806e8e5c4a5747b7ea339c3bd296a8e310.zip
Fix a little the width distribution of the elements in the page
-rw-r--r--static/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index f4918e6..b1c7a34 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -205,14 +205,14 @@ a {
}
#recent_activities{
- width: 90%;
+ width: 88%;
margin-top: 20px;
margin-right: 10px;
float: right;
}
#archives{
- width: 8%;
+ width: 9%;
margin-left: 10px;
margin-top: 20px;
float: left;