From: Andreas F. <ba...@ph...> - 2009-09-01 18:28:33
|
Author: bantu Date: Tue Sep 1 19:27:49 2009 New Revision: 10086 Log: 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. Modified: branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/site_logo.gif branches/phpBB-3_0_0/phpBB/styles/subsilver2/theme/images/background.gif branches/phpBB-3_0_0/phpBB/styles/subsilver2/theme/stylesheet.css Modified: branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html (original) --- branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html Tue Sep 1 19:27:49 2009 *************** *** 204,209 **** --- 204,210 ---- <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> Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/site_logo.gif ============================================================================== Binary files - no diff available. Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/theme/images/background.gif ============================================================================== Binary files - no diff available. Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/theme/stylesheet.css ============================================================================== *** branches/phpBB-3_0_0/phpBB/styles/subsilver2/theme/stylesheet.css (original) --- branches/phpBB-3_0_0/phpBB/styles/subsilver2/theme/stylesheet.css Tue Sep 1 19:27:49 2009 *************** *** 34,45 **** } #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; } --- 34,40 ---- *************** *** 62,71 **** } #logodesc { ! margin-bottom: 5px; ! padding: 5px 25px; ! background: #D9DFE4; ! border-bottom: 1px solid #4787A7; } #menubar { --- 57,67 ---- } #logodesc { ! background-color: #C1CAD2; ! background-image: url('./images/background.gif'); ! background-repeat: repeat-x; ! background-position: center bottom; ! padding: 0 25px 15px 25px; } #menubar { |