Browse Source

Make the link underlines stand out a bit more.

[SVN r29946]
Rene Rivera 21 years ago
parent
commit
8a21be1e34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      more/css_0/common.css

+ 1 - 1
more/css_0/common.css

@@ -27,7 +27,7 @@ body {
 a {
   text-decoration: none;
   color: #000000;
-  border-bottom: 1px solid #c8dae3;
+  border-bottom: 1px solid #8AB4CA;
 }
 a:hover {
   border-bottom: 1px solid #005090;

粤ICP备19079148号