summaryrefslogtreecommitdiff
path: root/prosilver/theme/tweaks.css
diff options
context:
space:
mode:
Diffstat (limited to 'prosilver/theme/tweaks.css')
-rw-r--r--prosilver/theme/tweaks.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/prosilver/theme/tweaks.css b/prosilver/theme/tweaks.css
index 30fe5fb..0c03020 100644
--- a/prosilver/theme/tweaks.css
+++ b/prosilver/theme/tweaks.css
@@ -1,4 +1,4 @@
-/* proSilver Style Sheet Tweaks
+/* Style Sheet Tweaks
These style definitions are mainly IE specific
tweaks required due to its poor CSS support.
@@ -87,10 +87,6 @@ dl.icon {
float: none;
}
-* html .forumbg table.table1 {
- margin: 0 -2px 0px -1px;
-}
-
/* Headerbar height fix for IE7 and below */
* html #site-description p {
margin-bottom: 1.0em;
@@ -98,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