sipb-www
/
wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24fee4e
)
Visited A tags should have hover.
author
Anders Kaseorg
<andersk@mit.edu>
Sat, 13 Mar 2010 23:23:37 +0000
(18:23 -0500)
committer
Anders Kaseorg
<andersk@mit.edu>
Sat, 13 Mar 2010 23:23:50 +0000
(18:23 -0500)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index 5d280c3b9ac4e8a05d3d78d380dd9afefb514dac..b2316ad0159295e17fbf987969287a8773bb11c6 100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-13,7
+13,7
@@
a:link, a:visited {
text-decoration: none;
color:#0066CC;
}
-a:link:hover {
+a:link:hover
, a:visited:hover
{
text-decoration:underline;
}
#content-block{