projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fdc19f
)
No difference between visited and unvisited links.
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Thu, 11 Jan 2007 12:27:10 +0000
(12:27 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Thu, 11 Jan 2007 12:27:10 +0000
(12:27 +0000)
www/demo/css/styles.css
patch
|
blob
|
history
diff --git
a/www/demo/css/styles.css
b/www/demo/css/styles.css
index
a07ad40
..
30fd855
100644
(file)
--- a/
www/demo/css/styles.css
+++ b/
www/demo/css/styles.css
@@
-144,15
+144,11
@@
font: bold 11px verdana;
}
-a {
+a, a:visited {
color: #5d82b7;
text-decoration: none;
}
-a:visited {
-color: #a0689d;
-}
-
a:hover {
text-decoration: underline;
}