From: Lucian Mogosanu Date: Thu, 26 Dec 2013 22:04:48 +0000 (+0200) Subject: templates: default: center title and navigation X-Git-Tag: v0.3~4^2~5 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=be6ab896c40353d9c00b1e5b92b469ccd0f67358;p=thetarpit.git templates: default: center title and navigation --- diff --git a/css/default.css b/css/default.css index 7e9898a..abb58fa 100644 --- a/css/default.css +++ b/css/default.css @@ -159,9 +159,12 @@ span > a { } #header { - font-size: 23px; - padding: 0px 0px 7px 0px; - border-bottom: 2px solid #e2ebee; + text-align: center; + font-size: 40px; + padding: 0px 0px 0px 0px; + margin-bottom: -10px; + margin-top: 14px; + /*border-bottom: 2px solid #e2ebee;*/ } #header li { @@ -173,10 +176,6 @@ span > a { border-bottom: none; } -#header li:after { - content: " --"; -} - #logo a { color: #333; float: left; @@ -193,9 +192,10 @@ span > a { } #navigation { - text-align: right; + text-align: center; margin-top: 11.2px; padding-right: 6px; + padding: 0px 0px 30px 0px; } #navigation a { diff --git a/templates/default.html b/templates/default.html index 9bde05d..c26336a 100644 --- a/templates/default.html +++ b/templates/default.html @@ -14,6 +14,8 @@ +