From: Brion Vibber Date: Mon, 30 Jun 2003 09:04:47 +0000 (+0000) Subject: Removing the 'position: absolute; top: 0' from the #content style, as this interferes... X-Git-Tag: 1.1.0~469 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=cfa32160489ea1ef67f8e49acf1668bfb51a052b;p=lhc%2Fweb%2Fwiklou.git 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. :) --- 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 {