diff --git a/web/classes/frontcontroller.class.php b/web/classes/frontcontroller.class.php index 411f8de9e7..3828d9698c 100644 --- a/web/classes/frontcontroller.class.php +++ b/web/classes/frontcontroller.class.php @@ -304,7 +304,9 @@ public function outputHeader($mainHeading='') <?=$siteTitle?> - + + + diff --git a/web/forums/skin/template/overall_header.html b/web/forums/skin/template/overall_header.html index c4152efef3..a269d2ee9f 100644 --- a/web/forums/skin/template/overall_header.html +++ b/web/forums/skin/template/overall_header.html @@ -2,7 +2,9 @@ - + + + diff --git a/web/style.css b/web/style.css index d3a8ef1473..db3b516e13 100644 --- a/web/style.css +++ b/web/style.css @@ -8,21 +8,13 @@ body { color: #A7A29C; font-family: "Open Sans",sans-serif !important; - /*font-size: 100%; - line-height: 1.5;*/ - + font-size: small; + padding: 0; margin: 1.2em; margin-top: 1.8em; } -@media only screen and (max-width: 767px) { -body { - margin: 0px; -} -} - h1, h2, h3, h4, h5, h6 { - /*font-family: Verdana, Arial, Helvetica, sans-serif;*/ margin-bottom: 0; margin-top: .6em; font-weight: lighter;