From b70cdc59cef0fbe6de73fc3d8cdeecf126d53236 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 14 May 2007 14:19:10 +0000 Subject: removed gradient within header for subsilver2 to allow easier logo replacement. git-svn-id: file:///svn/phpbb/trunk@7567 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subsilver2/imageset/site_logo.gif | Bin 7342 -> 5476 bytes phpBB/styles/subsilver2/theme/stylesheet.css | 20 ++++++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'phpBB') diff --git a/phpBB/styles/subsilver2/imageset/site_logo.gif b/phpBB/styles/subsilver2/imageset/site_logo.gif index f149bbc15e..5b074edd11 100644 Binary files a/phpBB/styles/subsilver2/imageset/site_logo.gif and b/phpBB/styles/subsilver2/imageset/site_logo.gif differ diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index 106588af7f..43a7b227c8 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -37,13 +37,14 @@ body { min-height: 120px; height: auto !important; height: 120px; - background-image: url('./images/background.gif'); - background-repeat: repeat-x; - padding: 0 25px 15px 25px; +/* background-image: url('./images/background.gif'); + background-repeat: repeat-x;*/ +/* padding: 0 25px 15px 25px;*/ + padding: 0; } #wrapcentre { - margin: 25px; + margin: 15px 25px 0 25px; } #wrapfooter { @@ -53,7 +54,7 @@ body { #wrapnav { width: 100%; - margin: 0px; + margin: 0; background-color: #ECECEC; border-width: 1px; border-style: solid; @@ -61,15 +62,18 @@ body { } #logodesc { - + margin-bottom: 5px; + padding: 5px 25px; + background: #D9DFE4; + border-bottom: 1px solid #4787A7; } #menubar { - + margin: 0 25px; } #datebar { - margin-top: 10px; + margin: 10px 25px 0 25px; } #findbar { -- cgit v1.2.1