Bug 112684

Summary: CSS Error
Product: [openSUSE] openSUSE.org Reporter: Peter Bowen <pzb>
Component: WikiAssignee: Frank Sundermeyer <fs>
Status: RESOLVED FIXED QA Contact: Adrian Schröter <adrian.schroeter>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Peter Bowen 2005-08-24 12:02:19 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.
Comment 1 Marcus Rückert 2006-02-12 17:44:51 UTC
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.
Comment 2 Frank Sundermeyer 2006-02-22 09:45:39 UTC
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.
Comment 3 Frank Sundermeyer 2006-07-10 09:58:15 UTC
Whole CSS has been replaced with a new, monobook based version.