diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-14 14:19:10 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-14 14:19:10 +0000 |
commit | b70cdc59cef0fbe6de73fc3d8cdeecf126d53236 (patch) | |
tree | edb922f306c8a054c0a6cf0d560030b8970d5a03 | |
parent | 937af0604ab7bebc62f2f0a4e3cee6b1b1d7d438 (diff) | |
download | forums-b70cdc59cef0fbe6de73fc3d8cdeecf126d53236.tar forums-b70cdc59cef0fbe6de73fc3d8cdeecf126d53236.tar.gz forums-b70cdc59cef0fbe6de73fc3d8cdeecf126d53236.tar.bz2 forums-b70cdc59cef0fbe6de73fc3d8cdeecf126d53236.tar.xz forums-b70cdc59cef0fbe6de73fc3d8cdeecf126d53236.zip |
removed gradient within header for subsilver2 to allow easier logo replacement.
git-svn-id: file:///svn/phpbb/trunk@7567 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/subsilver2/imageset/site_logo.gif | bin | 7342 -> 5476 bytes | |||
-rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 20 |
2 files changed, 12 insertions, 8 deletions
diff --git a/phpBB/styles/subsilver2/imageset/site_logo.gif b/phpBB/styles/subsilver2/imageset/site_logo.gif Binary files differindex f149bbc15e..5b074edd11 100644 --- a/phpBB/styles/subsilver2/imageset/site_logo.gif +++ b/phpBB/styles/subsilver2/imageset/site_logo.gif 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 { |