From: Gabriel Wicke Date: Mon, 10 May 2004 15:34:29 +0000 (+0000) Subject: work around the horizontal scrollbar khtml bug X-Git-Tag: 1.3.0beta1~101 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=2023b19fd9ba6181df70d78dbc07f122a56f91bc;p=lhc%2Fweb%2Fwiklou.git work around the horizontal scrollbar khtml bug --- diff --git a/stylesheets/monobook/KHTMLFixes.css b/stylesheets/monobook/KHTMLFixes.css new file mode 100644 index 0000000000..97fba0c42a --- /dev/null +++ b/stylesheets/monobook/KHTMLFixes.css @@ -0,0 +1,3 @@ +/* KHTML fix stylesheet */ +/* work around the horizontal scrollbars */ +#column-content { margin-left: 0; }