diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-12-21 20:30:24 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-12-21 20:30:24 +0100 |
commit | c1d6aceb030c97c5e3c0f8bc68c4abbe4b0dc961 (patch) | |
tree | 0a9ec0006895a242ebc5c9a3c2d74176e8cd3fdb | |
parent | 5e258a0a9021da3f9d830326f697fa05e86be877 (diff) | |
parent | d1cf7ff24a3d6da8de9aff89d1c371aa69510353 (diff) | |
download | forums-c1d6aceb030c97c5e3c0f8bc68c4abbe4b0dc961.tar forums-c1d6aceb030c97c5e3c0f8bc68c4abbe4b0dc961.tar.gz forums-c1d6aceb030c97c5e3c0f8bc68c4abbe4b0dc961.tar.bz2 forums-c1d6aceb030c97c5e3c0f8bc68c4abbe4b0dc961.tar.xz forums-c1d6aceb030c97c5e3c0f8bc68c4abbe4b0dc961.zip |
Merge branch 'ticket/marc1706/9925' into develop-olympus
* ticket/marc1706/9925:
[ticket/9925] prosilver logo margin bug in IE 6-7-8
-rw-r--r-- | phpBB/styles/prosilver/theme/tweaks.css | 9 |
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 |