comparison media/css/base.css @ 161:445e1466a98d

Implement #47; add goto page links on topics in the forum index view.
author Brian Neal <bgneal@gmail.com>
date Tue, 22 Dec 2009 03:31:43 +0000
parents 2eb3984ccb15
children cf9f9d4c4d54
comparison
equal deleted inserted replaced
160:2eb3984ccb15 161:445e1466a98d
196 } 196 }
197 table.forum-index-table .forum-index_select { 197 table.forum-index-table .forum-index_select {
198 width:10%; 198 width:10%;
199 text-align:center; 199 text-align:center;
200 } 200 }
201 table.forum-index-table h4 {
202 margin-bottom: 4px;
203 }
201 table.forum-topic { 204 table.forum-topic {
202 border-top:1px solid black; 205 border-top:1px solid black;
203 border-left:1px solid black; 206 border-left:1px solid black;
204 border-right:1px solid black; 207 border-right:1px solid black;
205 width:100%; 208 width:100%;