diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 6eea435017..b6db4c7230 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -160,12 +160,10 @@ dl.icon dt .list-inner { dl.icon dt, dl.icon dd { min-height: 40px; - *min-height: 32px; } dd.posts, dd.topics, dd.views, dd.extra, dd.mark { width: 80px; - *width: 79px; text-align: center; line-height: 2.2em; font-size: 1.2em; @@ -185,7 +183,6 @@ dl.icon dt li { dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info { width: 250px; - *width: 249px; font-size: 1.1em; } @@ -208,7 +205,6 @@ dd.extra, dd.mark { dd.option { width: 125px; - *width: 124px; line-height: 200%; text-align: center; font-size: 1.1em; diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index cd6865f66f..89510aa32f 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -29,4 +29,21 @@ dl.details dd { /* Headerbar height fix for IE7 */ #site-description p { *margin-bottom: 1.0em; -} \ No newline at end of file +} + +/* Forum list column styles for IE7 */ +dl.icon dt, dl.icon dd { + *min-height: 32px; +} + +dd.posts, dd.topics, dd.views, dd.extra, dd.mark { + *width: 79px; +} + +dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info { + *width: 249px; +} + +dd.option { + *width: 124px; +}