From f59f5d96f3c40ae22c0050b22e7b46f92ee98be9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 23 Mar 2012 18:46:01 +0100 Subject: Improve Thread view UI -- Add link from the monthly view to the thread --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index 91a925f..3089a60 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -207,12 +207,13 @@ a { #recent_activities{ width: 90%; margin-top: 20px; - margin-right: 20px; + margin-right: 10px; float: right; } #archives{ width: 8%; + margin-left: 10px; margin-top: 20px; float: left; /* -- cgit