aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-12-21 22:52:28 +0100
committerAndreas Fischer <bantu@phpbb.com>2010-12-21 22:52:28 +0100
commit34a1b044a17ececdaa2d4df541f985c34b83b1ce (patch)
tree49cf115747161ff0e6bbb002dcc71fe27ba191f7 /phpBB/styles
parent442fc61be77787c211650f21b2fb485f5e6ffcf0 (diff)
parentc298c9d6d0021931d08a3a189711117730b25278 (diff)
downloadforums-34a1b044a17ececdaa2d4df541f985c34b83b1ce.tar
forums-34a1b044a17ececdaa2d4df541f985c34b83b1ce.tar.gz
forums-34a1b044a17ececdaa2d4df541f985c34b83b1ce.tar.bz2
forums-34a1b044a17ececdaa2d4df541f985c34b83b1ce.tar.xz
forums-34a1b044a17ececdaa2d4df541f985c34b83b1ce.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9937] Make sure feed icon only shows for FORUM_POST [ticket/9937] The feed icon displays on External links...which we don't want [ticket/9925] prosilver logo margin bug in IE 6-7-8
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/tweaks.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css
index 782e682b9d..30fe5fb986 100644
--- a/phpBB/styles/prosilver/theme/tweaks.css
+++ b/phpBB/styles/prosilver/theme/tweaks.css
@@ -90,3 +90,12 @@ dl.icon {
* html .forumbg table.table1 {
margin: 0 -2px 0px -1px;
}
+
+/* Headerbar height fix for IE7 and below */
+* html #site-description p {
+ margin-bottom: 1.0em;
+}
+
+*:first-child+html #site-description p {
+ margin-bottom: 1.0em;
+} \ No newline at end of file