|
Bugzilla – Full Text Bug Listing |
| Summary: | CSS Error | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE.org | Reporter: | Peter Bowen <pzb> |
| Component: | Wiki | Assignee: | 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
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. |