Minor style change
This commit is contained in:
parent
1063372de1
commit
519a68eeec
@ -182,7 +182,7 @@ div.post.reply p.body a {
|
||||
div.post.reply {
|
||||
background: #D6DAF0;
|
||||
float: left;
|
||||
margin: 0.2em 40px;
|
||||
margin: 0.2em 16px;
|
||||
padding: 0.2em 0.3em 0.5em 0.6em;
|
||||
border-width: 1px;
|
||||
border-style: none solid solid none;
|
||||
@ -286,3 +286,8 @@ div.pages a.selected {
|
||||
div.pages a:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #B7C5D9;
|
||||
height: 0px;
|
||||
}
|
@ -45,3 +45,8 @@ div.pages {
|
||||
div.pages a.selected {
|
||||
color: #800;
|
||||
}
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #D9BFB7;
|
||||
height: 0px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user