aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-09-01 18:27:49 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-09-01 18:27:49 +0000
commit9d3a851ab56041aeb6e64cb8886ec30662cd0226 (patch)
tree62670d89a3c48133117b68ef51eef0126857e75d
parent604696f9a8abd2c743336e3d20ab85746f094637 (diff)
downloadforums-9d3a851ab56041aeb6e64cb8886ec30662cd0226.tar
forums-9d3a851ab56041aeb6e64cb8886ec30662cd0226.tar.gz
forums-9d3a851ab56041aeb6e64cb8886ec30662cd0226.tar.bz2
forums-9d3a851ab56041aeb6e64cb8886ec30662cd0226.tar.xz
forums-9d3a851ab56041aeb6e64cb8886ec30662cd0226.zip
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
-rw-r--r--phpBB/docs/CHANGELOG.html1
-rw-r--r--phpBB/styles/subsilver2/imageset/site_logo.gifbin6868 -> 7151 bytes
-rw-r--r--phpBB/styles/subsilver2/theme/images/background.gifbin510 -> 666 bytes
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css14
4 files changed, 6 insertions, 9 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 75d181cfcc..e3592c7fd0 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -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 &quot;split topcis&quot;, &quot;merge topics&quot; and &quot;merge posts&quot;. (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>
diff --git a/phpBB/styles/subsilver2/imageset/site_logo.gif b/phpBB/styles/subsilver2/imageset/site_logo.gif
index 48c3b553da..abce3cd51d 100644
--- a/phpBB/styles/subsilver2/imageset/site_logo.gif
+++ b/phpBB/styles/subsilver2/imageset/site_logo.gif
Binary files differ
diff --git a/phpBB/styles/subsilver2/theme/images/background.gif b/phpBB/styles/subsilver2/theme/images/background.gif
index 158a625620..5c731e4fc2 100644
--- a/phpBB/styles/subsilver2/theme/images/background.gif
+++ b/phpBB/styles/subsilver2/theme/images/background.gif
Binary files differ
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index cd6770e6c2..ab19231595 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -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 {