mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
parent
604696f9a8
commit
9d3a851ab5
4 changed files with 6 additions and 9 deletions
|
@ -204,6 +204,7 @@
|
|||
<li>[Fix] Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)</li>
|
||||
<li>[Fix] Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts". (Bug #50035)</li>
|
||||
<li>[Fix] Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)</li>
|
||||
<li>[Fix] Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones. (Bug #11142 - Patch by dark/Rain and Raimon)</li>
|
||||
<li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</li>
|
||||
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
|
||||
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 7 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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue