diff --git a/htdocs/common/common.css b/htdocs/common/common.css index 8913cd1..0e74b10 100644 --- a/htdocs/common/common.css +++ b/htdocs/common/common.css @@ -37,10 +37,17 @@ h1, h2, h3, h4, h5, h6 { } #header #banner { font: 32px/51px serif; - padding-left: 10px; color: white; font-family: "arial", serif; } +#header #banner a { + color: white; +} +#header #banner #logo { + display: block; + float: left; + padding-right: 5px; +} #header #mainnav { top: 3px; right: 5px; diff --git a/htdocs/common/header.tpl.php b/htdocs/common/header.tpl.php index d8fa51e..0fbb16e 100644 --- a/htdocs/common/header.tpl.php +++ b/htdocs/common/header.tpl.php @@ -8,12 +8,16 @@ -