Bug 119064 - Visited links does not show
Summary: Visited links does not show
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Website (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: phoenix.ui CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2005-12-02 12:15 EST by Erik Beijnoff CLA
Modified: 2007-10-10 11:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Beijnoff CLA 2005-12-02 12:15:53 EST
Remove the style sheet that disables visited links colorization! The #1 annoying feature of some sites is that they have this behaviour. Fell free to color them to your hearts desire, but make me able to see where I've been.
Comment 1 Eclipse Webmaster CLA 2006-03-31 09:29:46 EST
Feel free to attach a patch to our CSS for this.
Comment 2 Eclipse Webmaster CLA 2006-06-27 14:42:03 EDT
Current revisions to the stylesheet allow this:

http://phoenix.eclipse.org/projects/

The change is not drastically visible, but it's there:
a:link { color: #636; }
a:visited { color: #336; }
Comment 3 Eclipse Webmaster CLA 2006-08-04 14:25:52 EDT
The fix has been committed to www.eclipse.org
Comment 4 Denis Roy CLA 2007-10-10 11:41:41 EDT
Moving to Community/Website