From 8966ae7a5ef34e28e1d76039e2f6baad3822e021 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Sat, 20 Jul 2013 11:07:40 +0300 Subject: [PATCH] css: decorate header --- css/default.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 79bf05f..25d1afe 100644 --- a/css/default.css +++ b/css/default.css @@ -18,13 +18,37 @@ a:hover { } #header { + border-bottom: 1.5px dashed #aaa; + margin-bottom: 30px; + padding: 18px 0px 18px 0px; } -#logo { +#logo a { + color: #333; + float: left; + font-size: 34px; + font-weight: bold; + text-decoration: none; +} + +#logo a:hover { + color: #5B756C; } #navigation { text-align: right; + margin-top: 10.5px; +} + +#navigation a { + color: #C2CBCE; + font-size: 22px; + margin-left: 12px; + text-decoration: none; +} + +#navigation a:hover { + color: #5B756C; } #footer { -- 1.7.10.4