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.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css
index 5e11b2122b..0c03020100 100644
--- a/phpBB/styles/prosilver/theme/tweaks.css
+++ b/phpBB/styles/prosilver/theme/tweaks.css
@@ -94,4 +94,14 @@ dl.icon {
*:first-child+html #site-description p {
margin-bottom: 1.0em;
+}
+
+/* #minitabs fix for IE */
+.tabs-container {
+ zoom: 1;
+}
+
+#minitabs {
+ white-space: nowrap;
+ *min-width: 50%;
} \ No newline at end of file