From e5cb0e48a3483cd448ad04563543e9e05da3186e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 23 Mar 2012 19:18:36 +0100 Subject: Make the column a little bit larger --- static/css/thread.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/thread.css b/static/css/thread.css index ae5f35a..e2e5278 100644 --- a/static/css/thread.css +++ b/static/css/thread.css @@ -60,7 +60,7 @@ #thread_overview_info { float: right; - width: 20%; + width: 22%; } /* Thread general information column */ -- cgit