mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones.
Bug #11142, related to r7567. Thanks to dark/Rain and Raimon. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10086 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 510 B After Width: | Height: | Size: 666 B |
@@ -34,12 +34,7 @@ body {
|
||||
}
|
||||
|
||||
#wrapheader {
|
||||
min-height: 120px;
|
||||
height: auto !important;
|
||||
height: 120px;
|
||||
/* background-image: url('./images/background.gif');
|
||||
background-repeat: repeat-x;*/
|
||||
/* padding: 0 25px 15px 25px;*/
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -62,10 +57,11 @@ body {
|
||||
}
|
||||
|
||||
#logodesc {
|
||||
margin-bottom: 5px;
|
||||
padding: 5px 25px;
|
||||
background: #D9DFE4;
|
||||
border-bottom: 1px solid #4787A7;
|
||||
background-color: #C1CAD2;
|
||||
background-image: url('./images/background.gif');
|
||||
background-repeat: repeat-x;
|
||||
background-position: center bottom;
|
||||
padding: 0 25px 15px 25px;
|
||||
}
|
||||
|
||||
#menubar {
|
||||
|
Reference in New Issue
Block a user