From be6ab896c40353d9c00b1e5b92b469ccd0f67358 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Fri, 27 Dec 2013 00:04:48 +0200 Subject: [PATCH] templates: default: center title and navigation --- css/default.css | 16 ++++++++-------- templates/default.html | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) 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 @@ +