From cfa32160489ea1ef67f8e49acf1668bfb51a052b Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 30 Jun 2003 09:04:47 +0000 Subject: [PATCH] Removing the 'position: absolute; top: 0' from the #content style, as this interferes with selection of text in IE6 using a correct doctype. It worked in quirks mode, and other browsers, but not in standards-compliant mode :P and furthermore doesn't appear to do anything useful. :) --- stylesheets/wikistandard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index aebc87222b..cf63ca63cc 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -1,5 +1,5 @@ #article { padding: 4px; } -#content { position: absolute; top: 0; margin: 0; padding: 0; } +#content { margin: 0; padding: 0; } #footer { padding: 4px; } #pagestats { font-size: 9pt; } #powersearch { -- 2.20.1