From: Lucian Mogosanu Date: Sun, 1 Sep 2013 05:52:49 +0000 (+0300) Subject: css: change header and footer borders X-Git-Tag: v0.2^0 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=6c46305b161db016f3ec6cc6621b544585c93117;p=thetarpit.git css: change header and footer borders --- diff --git a/css/default.css b/css/default.css index 34ffaf1..db727af 100644 --- a/css/default.css +++ b/css/default.css @@ -163,9 +163,9 @@ span > a { } #header { - border-bottom: 1px dotted #aaa; + border-bottom: 2px solid #c2cbce; margin-bottom: 30px; - padding: 17px 0px 14px 0px; + padding: 17px 0px 12px 0px; } #logo a { @@ -208,6 +208,6 @@ span > a { font-size: 14px; margin-top: 30px; - border-top: dotted 1px #aaa; + border-top: 2px solid #c2cbce; color: #555; }