Mercurial > public > sg101
comparison media/css/base.css @ 89:021492db4aad
Forums: Got the reply function working.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 12 Sep 2009 21:29:31 +0000 |
parents | f81226b5e87b |
children | 317c7bcaecee |
comparison
equal
deleted
inserted
replaced
88:3abf0b045749 | 89:021492db4aad |
---|---|
193 table.forum-index-table .forum-index_last_post { | 193 table.forum-index-table .forum-index_last_post { |
194 width:20%; | 194 width:20%; |
195 text-align:center; | 195 text-align:center; |
196 } | 196 } |
197 table.forum-topic { | 197 table.forum-topic { |
198 border:1px solid black; | 198 border-top:1px solid black; |
199 border-left:1px solid black; | |
200 border-right:1px solid black; | |
199 width:100%; | 201 width:100%; |
200 margin-top: 5px; | 202 margin-top: 5px; |
201 } | 203 } |
202 td.forum-post-author { | 204 td.forum-post-author { |
203 width:5%; | 205 width:5%; |
204 border-right: 1px solid #ccc; | 206 border-right: 1px solid #ccc; |
207 border-bottom: 1px solid black; | |
205 } | 208 } |
206 td.forum-post-body { | 209 td.forum-post-body { |
207 vertical-align: top; | 210 vertical-align: top; |
208 width:95%; | 211 width:95%; |
212 border-bottom: 1px solid black; | |
209 } | 213 } |
210 div.forum-post-info { | 214 div.forum-post-info { |
211 padding: 2px; | 215 padding: 2px; |
212 font-size:.8em; | 216 font-size:.8em; |
213 border-bottom: 1px solid #ccc; | 217 border-bottom: 1px solid #ccc; |