1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-28 10:09:15 +02:00

removed gradient within header for subsilver2 to allow easier logo replacement.

git-svn-id: file:///svn/phpbb/trunk@7567 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2007-05-14 14:19:10 +00:00
parent 937af0604a
commit b70cdc59ce
2 changed files with 12 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -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 {