Summary: | problem using "contentheader" with Yellow/Orange color schemes | ||
---|---|---|---|
Product: | [Websites] www.kde.org | Reporter: | kstars |
Component: | general | Assignee: | Webmaster <webmaster> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nicolasg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Make content header divs visible |
Description
kstars
2003-04-07 23:31:41 UTC
The behaviour for the version of Mozilla on this computer (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040220) when viewing in the Orange/Yellow themes is to not even display the news titles. Created attachment 6400 [details]
Make content header divs visible
This makes the content header divs visible (by making them the same size as the
content header divs from classic.css). (Patch for yellow.css and endres.css
from www/media/styles)
CVS commit by goutte: Fix the display of #contentheader Reported by Timothy D. Ginn However unlike his patch (attachement 6400), I have changed the entries according to the corresponding #footer to be more look-alike. CCMAIL:56975-close@bugs.kde.org M +5 -5 endres.css 1.10 M +5 -5 yellow.css 1.9 --- www/media/styles/endres.css #1.9:1.10 @@ -93,12 +93,12 @@ #contentheader { -line-height: 0em; -font-size: 0em; +line-height: 1.5em; +font-size: 1em; font-weight: bold; -padding-left: 0em; +padding-left: 1em; vertical-align: middle; background-color: #FFCD19; -border-top: 0em solid #539dec; -border-bottom: 0px solid #539dec; +border-top: 0.2em solid #539dec; +border-bottom: 0.2em solid #539dec; color: white; margin-top: 0; --- www/media/styles/yellow.css #1.8:1.9 @@ -94,12 +94,12 @@ #contentheader { -line-height: 0em; -font-size: 0em; +line-height: 1.5em; +font-size: 1em; font-weight: bold; -padding-left: 0em; +padding-left: 1em; vertical-align: middle; background-color: #FFCD19; -border-top: 0em solid #539dec; -border-bottom: 0px solid #539dec; +border-top: 2px solid #539dec; +border-bottom: 0em solid #539dec; color: white; margin-top: 0; just checking something sorry, another test now the final one |