summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-16 09:25:34 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-16 09:25:34 +0000
commit88ebe99ac99053cff1b4350df2e5df912d85e944 (patch)
tree4ddfe1997b2b8d91937852ed3db13c5c5fbf1434 /stylesheet.css
parent6a3abfa5433bed13665b1ea2c763215fd5481dd2 (diff)
remove visited-links style
git-svn-id: file:///var/lib/svn/phpfspot/trunk@103 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/stylesheet.css b/stylesheet.css
index 7684014..5322b01 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -97,9 +97,6 @@ a {
text-decoration: none;
}
-a:visited, a:active {
- color: #00ff00;
-}
a:hover {
color: #00aa44;
}
@@ -111,14 +108,10 @@ a.tag {
font-style: italic;
}
-a.tag:visited, a.tag:active {
- color: #00ff00;
-}
a.tag:hover {
color: #00aa44;
}
-
a.smalltag {
font-size: 12px;
color: #000000;
@@ -126,9 +119,6 @@ a.smalltag {
font-style: italic;
}
-a.smalltag:visited, a.smalltag:active {
- color: #00ff00;
-}
a.smalltag:hover {
color: #00aa44;
}