From 6042fe9aa99d6ebde6e4bae25dfc9e5f90289ed5 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Sun, 1 Jul 2012 09:13:12 -0400 Subject: UI Enhancements using bootstrap CSS library --- static/css/thread.css | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'static/css/thread.css') diff --git a/static/css/thread.css b/static/css/thread.css index e2e5278..da2bbd6 100644 --- a/static/css/thread.css +++ b/static/css/thread.css @@ -34,24 +34,12 @@ color: rgb(167, 169, 172); } -#newewthread { - float: left; - margin-top: 2em; - margin-left: 20px; -} - #olderhread { float: right; margin-top: 2em; margin-right: 20px; } -/* Content section */ -.content { - width: 90%; - margin: auto; -} - /* Define the two columns */ #thread_content { width: 70%; -- cgit