aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subsilver2')
-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
3 files changed, 5 insertions, 9 deletions
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 {