From 2023b19fd9ba6181df70d78dbc07f122a56f91bc Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 10 May 2004 15:34:29 +0000 Subject: [PATCH] work around the horizontal scrollbar khtml bug --- stylesheets/monobook/KHTMLFixes.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 stylesheets/monobook/KHTMLFixes.css 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; } -- 2.20.1