aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-04-02 01:47:08 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-04-02 01:47:08 +0530
commit6498f2d33a16fa493f18c0d84bcce2dca1478179 (patch)
tree399c31e40fbbdf9f7e2d63a0746bd16a2ff06d93 /phpBB/styles
parent57ba42d8df363a51cb2443ae8a502d58ae63f26d (diff)
downloadforums-6498f2d33a16fa493f18c0d84bcce2dca1478179.tar
forums-6498f2d33a16fa493f18c0d84bcce2dca1478179.tar.gz
forums-6498f2d33a16fa493f18c0d84bcce2dca1478179.tar.bz2
forums-6498f2d33a16fa493f18c0d84bcce2dca1478179.tar.xz
forums-6498f2d33a16fa493f18c0d84bcce2dca1478179.zip
[ticket/10734] Fixed IE7 clear float bug
Modified tweaks.css to fix IE bug PHPBB-10734
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/tweaks.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css
index 416c4a5510..cdef01965e 100644
--- a/phpBB/styles/prosilver/theme/tweaks.css
+++ b/phpBB/styles/prosilver/theme/tweaks.css
@@ -28,4 +28,9 @@ dl.details dd {
/* Headerbar height fix for IE7 */
#site-description p {
*margin-bottom: 1.0em;
+}
+
+/* Clear float fix for IE7 */
+.inner {
+ zoom: 1;
} \ No newline at end of file