summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-07 23:07:52 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-07 23:07:52 +0000
commiteee474718bff801d36925cbc63880a63a0de7dc0 (patch)
tree8ab0e614ce8def1402dd7ed454f9cf311ec2b107 /themes
parent543561ef18513e1cdadf37b7c7beb67ff99521e5 (diff)
downloadbrdo-eee474718bff801d36925cbc63880a63a0de7dc0.tar.gz
brdo-eee474718bff801d36925cbc63880a63a0de7dc0.tar.bz2
- Patch #890362 by BarisW, Jeff Burnz: links should not be indicated by color only.
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 318391455..f5e312c38 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -17,6 +17,11 @@ a:link,
a:visited {
text-decoration: none;
}
+a:hover,
+a:active,
+a:focus{
+ text-decoration: underline;
+}
h1,
h2,
h3,