Mercurial > public > sg101
comparison media/css/base.css @ 81:e356ea79a7a2
More work on forums. Committing what we got so far.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 23 Aug 2009 00:14:52 +0000 |
parents | 48b221d304c6 |
children | 5b4c812b448e |
comparison
equal
deleted
inserted
replaced
80:a4fdc4d23b9e | 81:e356ea79a7a2 |
---|---|
151 opacity:1.0; | 151 opacity:1.0; |
152 } | 152 } |
153 #slideshow img.last-active { | 153 #slideshow img.last-active { |
154 z-index:9; | 154 z-index:9; |
155 } | 155 } |
156 table.forum-index-table { | |
157 width:100%; | |
158 } | |
159 table.forum-index-table thead th { | |
160 background:teal; | |
161 } | |
162 table.forum-index-table th.forum-title { | |
163 width:65%; | |
164 } | |
165 table.forum-index-table th.forum-topics { | |
166 width:10%; | |
167 text-align:center; | |
168 } | |
169 table.forum-index-table th.forum-posts { | |
170 width:10%; | |
171 text-align:center; | |
172 } | |
173 table.forum-index-table th.forum-last_post { | |
174 width:15%; | |
175 text-align:center; | |
176 } | |
177 table.forum-index-table td.forum-topics { | |
178 width:10%; | |
179 text-align:center; | |
180 } | |
181 table.forum-index-table td.forum-posts { | |
182 width:10%; | |
183 text-align:center; | |
184 } | |
185 table.forum-index-table td.forum-last_post { | |
186 width:15%; | |
187 text-align:center; | |
188 } |