mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
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 |
|
@ -37,13 +37,14 @@ body {
|
||||||
min-height: 120px;
|
min-height: 120px;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
background-image: url('./images/background.gif');
|
/* background-image: url('./images/background.gif');
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;*/
|
||||||
padding: 0 25px 15px 25px;
|
/* padding: 0 25px 15px 25px;*/
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapcentre {
|
#wrapcentre {
|
||||||
margin: 25px;
|
margin: 15px 25px 0 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrapfooter {
|
#wrapfooter {
|
||||||
|
@ -53,7 +54,7 @@ body {
|
||||||
|
|
||||||
#wrapnav {
|
#wrapnav {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
background-color: #ECECEC;
|
background-color: #ECECEC;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -61,15 +62,18 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#logodesc {
|
#logodesc {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
padding: 5px 25px;
|
||||||
|
background: #D9DFE4;
|
||||||
|
border-bottom: 1px solid #4787A7;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menubar {
|
#menubar {
|
||||||
|
margin: 0 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#datebar {
|
#datebar {
|
||||||
margin-top: 10px;
|
margin: 10px 25px 0 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#findbar {
|
#findbar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue