diff media/css/base.css @ 120:f8f4514b806a

Added a 24-hour time preference flag in the user profile. Added forum template tags for showing forum dates/times adjusted for the user's time zone.
author Brian Neal <bgneal@gmail.com>
date Sun, 25 Oct 2009 21:55:28 +0000
parents 0ce0104c7df3
children ca7d619ee27b
line wrap: on
line diff
--- a/media/css/base.css	Sat Oct 24 02:39:54 2009 +0000
+++ b/media/css/base.css	Sun Oct 25 21:55:28 2009 +0000
@@ -160,18 +160,18 @@
    background:teal;
 }
 table.forum-index-table .forum-title {
-   width:60%;
+   width:57%;
 }
 table.forum-index-table .forum-topics {
-   width:10%;
+   width:9%;
    text-align:center;
 }
 table.forum-index-table .forum-posts {
-   width:10%;
+   width:9%;
    text-align:center;
 }
 table.forum-index-table .forum-last_post {
-   width:20%;
+   width:25%;
    text-align:center;
 }
 
@@ -179,19 +179,19 @@
    width:50%;
 }
 table.forum-index-table .forum-index_replies {
-   width:10%;
+   width:8%;
    text-align:center;
 }
 table.forum-index-table .forum-index_author {
-   width:10%;
+   width:8%;
    text-align:center;
 }
 table.forum-index-table .forum-index_views {
-   width:10%;
+   width:8%;
    text-align:center;
 }
 table.forum-index-table .forum-index_last_post {
-   width:20%;
+   width:26%;
    text-align:center;
 }
 table.forum-index-table .forum-index_select {