aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/tweaks.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/tweaks.css')
-rw-r--r--phpBB/styles/prosilver/theme/tweaks.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css
index 387f2cf44b..4dd490ea33 100644
--- a/phpBB/styles/prosilver/theme/tweaks.css
+++ b/phpBB/styles/prosilver/theme/tweaks.css
@@ -45,3 +45,11 @@ html>body dd label input { vertical-align: text-bottom; } /* Align checkboxes/ra
#tabs, #minitabs, .post, .navbar, fieldset dl, ul.topiclist dl, ul.linklist, dl.polls {
height: 1%;
}
+
+/* Simple fix so forum and topic lists always have a min-height set, even in IE6
+ From http://www.dustindiaz.com/min-height-fast-hack */
+dl.icon {
+ min-height: 35px;
+ height: auto !important;
+ height: 35px;
+} \ No newline at end of file