aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-09-27 14:59:27 +0400
committerGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-09-27 14:59:27 +0400
commitd7419c7da77f42e1742174742d1234de33d5bd26 (patch)
tree66b2d2249b3bce5afb7955fa4468bdd66085ed1b
parent8f48456c08756d9281f7440015a2c02addaed17d (diff)
Fix css regression: color links
-rw-r--r--css/linaro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/linaro.css b/css/linaro.css
index fdc669f..2f32622 100644
--- a/css/linaro.css
+++ b/css/linaro.css
@@ -192,7 +192,7 @@ pre > code {
background:#f2f2f2;
}
-a:link, a:hover, a:visited {
+td > a:link, td > a:hover, td > a:visited {
color: #444 !important;
text-decoration: none !important;
}