From 519a68eeeccb9004ee7f2b7183c12fc527db45ef Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Feb 2011 23:38:44 +1100 Subject: [PATCH] Minor style change --- style.css | 7 ++++++- yotsuba.css | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d4a5b944..7486f321 100644 --- a/style.css +++ b/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; @@ -285,4 +285,9 @@ div.pages a.selected { } div.pages a:link { text-decoration: none; +} +hr { + border: none; + border-top: 1px solid #B7C5D9; + height: 0px; } \ No newline at end of file diff --git a/yotsuba.css b/yotsuba.css index bda05955..2103241f 100644 --- a/yotsuba.css +++ b/yotsuba.css @@ -44,4 +44,9 @@ div.pages { } div.pages a.selected { color: #800; +} +hr { + border: none; + border-top: 1px solid #D9BFB7; + height: 0px; } \ No newline at end of file