Mercurial > public > sg101
comparison media/css/base.css @ 84:9e5e52556d5b
Forums: added a last_post_info template tag. Still need to add a go to last post icon for it.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 29 Aug 2009 22:01:40 +0000 |
parents | 5b4c812b448e |
children | f81226b5e87b |
comparison
equal
deleted
inserted
replaced
83:5b4c812b448e | 84:9e5e52556d5b |
---|---|
158 } | 158 } |
159 table.forum-index-table thead th { | 159 table.forum-index-table thead th { |
160 background:teal; | 160 background:teal; |
161 } | 161 } |
162 table.forum-index-table .forum-title { | 162 table.forum-index-table .forum-title { |
163 width:65%; | 163 width:60%; |
164 } | 164 } |
165 table.forum-index-table .forum-topics { | 165 table.forum-index-table .forum-topics { |
166 width:10%; | 166 width:10%; |
167 text-align:center; | 167 text-align:center; |
168 } | 168 } |
169 table.forum-index-table .forum-posts { | 169 table.forum-index-table .forum-posts { |
170 width:10%; | 170 width:10%; |
171 text-align:center; | 171 text-align:center; |
172 } | 172 } |
173 table.forum-index-table .forum-last_post { | 173 table.forum-index-table .forum-last_post { |
174 width:15%; | 174 width:20%; |
175 text-align:center; | 175 text-align:center; |
176 } | 176 } |
177 | 177 |
178 table.forum-index-table .forum-index_title { | 178 table.forum-index-table .forum-index_title { |
179 width:55%; | 179 width:50%; |
180 } | 180 } |
181 table.forum-index-table .forum-index_replies { | 181 table.forum-index-table .forum-index_replies { |
182 width:10%; | 182 width:10%; |
183 text-align:center; | 183 text-align:center; |
184 } | 184 } |
189 table.forum-index-table .forum-index_views { | 189 table.forum-index-table .forum-index_views { |
190 width:10%; | 190 width:10%; |
191 text-align:center; | 191 text-align:center; |
192 } | 192 } |
193 table.forum-index-table .forum-index_last_post { | 193 table.forum-index-table .forum-index_last_post { |
194 width:15%; | 194 width:20%; |
195 text-align:center; | 195 text-align:center; |
196 } | 196 } |