Bug 112684 - CSS Error
Summary: CSS Error
Status: RESOLVED FIXED
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: Wiki (show other bugs)
Version: unspecified
Hardware: Other All
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Frank Sundermeyer
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 12:02 UTC by Peter Bowen
Modified: 2006-07-10 09:58 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.