From: Michael Tremer Date: Sun, 5 Jan 2014 13:50:34 +0000 (+0100) Subject: ipfire-new: Fix positioning of the page headline. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=eb6389d09de11b2aad940d5bbacb5e2a28ce79fa ipfire-new: Fix positioning of the page headline. --- diff --git a/html/html/themes/ipfire-new/include/css/style.css b/html/html/themes/ipfire-new/include/css/style.css index 1f1189adf..bfd1bf68f 100644 --- a/html/html/themes/ipfire-new/include/css/style.css +++ b/html/html/themes/ipfire-new/include/css/style.css @@ -365,20 +365,6 @@ color: #fff; font-size: 3.6em; } -#logo h2 -{ -position: relative; -width: 300px; -height: 20px; -top: 70px; -left: 0px; -display: block; -padding-left: 0.5em; -color: #880400; -font-size: 14px; -z-index: 1; -} - /* Main */ @@ -412,7 +398,11 @@ margin-bottom: 2.0em; position: relative; width: 910px; margin: 0 auto; -padding-top: 3.5em; +padding-top: 1.5em; +} + +#main_inner h1 { + margin-bottom: 1em; } #main_inner h3,h4 diff --git a/html/html/themes/ipfire-new/include/functions.pl b/html/html/themes/ipfire-new/include/functions.pl index a060ead7d..346b1fd21 100644 --- a/html/html/themes/ipfire-new/include/functions.pl +++ b/html/html/themes/ipfire-new/include/functions.pl @@ -160,7 +160,6 @@ END } print <$h2 END @@ -171,6 +170,8 @@ END print <
+

$h2

+
END ;