add visited-link color to style

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1129 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
toidinamai 2008-03-29 11:57:07 +00:00
parent 2a1a444bf3
commit e4f75376f8

View File

@ -15,6 +15,10 @@ a {
font-weight: bold;
}
a:visited {
color : #ff5858;
}
/***
* Header
***/