work around the horizontal scrollbar khtml bug
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 10 May 2004 15:34:29 +0000 (15:34 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 10 May 2004 15:34:29 +0000 (15:34 +0000)
stylesheets/monobook/KHTMLFixes.css [new file with mode: 0644]

diff --git a/stylesheets/monobook/KHTMLFixes.css b/stylesheets/monobook/KHTMLFixes.css
new file mode 100644 (file)
index 0000000..97fba0c
--- /dev/null
@@ -0,0 +1,3 @@
+/* KHTML fix stylesheet */
+/* work around the horizontal scrollbars */
+#column-content { margin-left: 0; }