From f213c5806e8e5c4a5747b7ea339c3bd296a8e310 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Apr 2012 23:41:31 +0200 Subject: Fix a little the width distribution of the elements in the page --- static/css/style.css | 4 ++-- 1 file 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; -- cgit