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/thread.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css/thread.css') diff --git a/static/css/thread.css b/static/css/thread.css index a31c2b5..ae5f35a 100644 --- a/static/css/thread.css +++ b/static/css/thread.css @@ -10,7 +10,7 @@ #thread_nav .thread_title{ margin:auto; - width: 600px; + width: 50%; } #thread_nav br { -- cgit