diff options
| author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 09:13:12 -0400 |
|---|---|---|
| committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-07-01 09:13:12 -0400 |
| commit | 6042fe9aa99d6ebde6e4bae25dfc9e5f90289ed5 (patch) | |
| tree | 3243f7c6b55cfbe8f6d0b402a4ee155a5d759735 /static/css/thread.css | |
| parent | de58d3d6fedd1ce788b03844c6ffeab54a8caa4c (diff) | |
UI Enhancements using bootstrap CSS library
Diffstat (limited to 'static/css/thread.css')
| -rw-r--r-- | static/css/thread.css | 12 |
1 files changed, 0 insertions, 12 deletions
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%; |
