hi found a minor bug in the opera 7b for windows, where the search input-field was left-aligned for some reason.
can someone please apply this minor diff attached to modify style.css. i don't think it will effect other than opera, mozilla. tested loosely on various browsers / platforms thanks ./allanIndex: src/style.css =================================================================== RCS file: /home/cvspublic/modperl-docs/src/style.css,v retrieving revision 1.78 diff -u -r1.78 style.css --- src/style.css 9 Jul 2002 10:29:18 -0000 1.78 +++ src/style.css 19 Nov 2002 23:02:34 -0000 @@ -461,6 +461,12 @@ display: block; } +/* opera */ +body[class="body-margins"] { + margin-left: auto; + margin-right: auto; +} + .inp-select{ font-size: 11px; font-family: helvetica, arial, verdana, sans-serif;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
