Browse Source

Minor style change

pull/40/head
Savetheinternet 13 years ago
parent
commit
519a68eeec
  1. 7
      style.css
  2. 5
      yotsuba.css

7
style.css

@ -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;
}

5
yotsuba.css

@ -45,3 +45,8 @@ div.pages {
div.pages a.selected {
color: #800;
}
hr {
border: none;
border-top: 1px solid #D9BFB7;
height: 0px;
}
Loading…
Cancel
Save