Bugzilla – Bug 112684
CSS Error
Last modified: 2006-07-10 09:58:15 UTC
In http://www.opensuse.org/skins/monobook/main.css, there is a commenting bug, where a comment is closed early. Look for .visualClear in the file, then look at the section above. It appears that there is a stray closing tag at the end of the body background line.
frank can you look into this? the bug is still valid. see line 43 in skins/opensuse/main.css from my current understanding i would go for [[[ Index: skins/opensuse/main.css =================================================================== --- skins/opensuse/main.css (revision 117) +++ skins/opensuse/main.css (working copy) @@ -40,7 +40,7 @@ /* commented out for openSUSE skin body { font: x-small sans-serif; - background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat;*/ + background: #f9f9f9 url("headbg.jpg") 0px 0px no-repeat; color: Black; margin: 0; padding: 0; ]]] if this is ok for you i will commit it for staging.
Please leave it as it is at the moment - I am not sure if your change really fixes the issue (there are other comment signs further below). This will get fixed later (March/April) with the adaption of the whole skin.
Whole CSS has been replaced with a new, monobook based version.