add page list to the bottom of board pages
This commit is contained in:
@@ -82,7 +82,7 @@ table tbody tr:nth-of-type( even ) {
|
||||
}
|
||||
|
||||
|
||||
.reply {
|
||||
.reply, .pagelist {
|
||||
background: #D6DAF0;
|
||||
border-width: 1px;
|
||||
border-style: none solid solid none;
|
||||
@@ -299,6 +299,18 @@ input, textarea {
|
||||
|
||||
}
|
||||
|
||||
.pagelist {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
margin-left: 15px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 50px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
font-size: 12pt;
|
||||
font-weight: medium;
|
||||
|
||||
}
|
||||
|
||||
.backlink, .backlink:hover, .backlink:visited, .backlink:visited:hover {
|
||||
margin-left: none;
|
||||
color: #D00
|
||||
|
Reference in New Issue
Block a user