Bug 59271 - Wrong stylesheet ref used
Summary: Wrong stylesheet ref used
Status: RESOLVED WORKSFORME
Alias: None
Product: www.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Webmaster
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-03 04:42 UTC by Funda Wang
Modified: 2003-07-24 18:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Funda Wang 2003-06-03 04:42:44 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Mandrake RPMs
OS:          Linux

www.kde.org support multiple color theme. Following can be found in the source:

<link rel="stylesheet" media="screen" type="text/css" title="Default: Orange" href="/media/styles/endres.css" />
<link rel="alternative stylesheet" media="screen" type="text/css" title="Black and white" href="/media/styles/blackwhite.css" />
<link rel="alternative stylesheet" media="screen" type="text/css" title="Blue, mellow" href="/media/styles/bluemellow.css" />

Please note the rel used in Link element. It should be "alternate" but not "alternative".
You can find specifications within w3c.org
Comment 1 Funda Wang 2003-07-24 18:32:31 UTC
Has been fixed.