summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2004-09-01 22:00:40 +0000
committerlink <link@localhost>2004-09-01 22:00:40 +0000
commit1ddedf0f0f442a641697930c15d6fc1a1fe961b0 (patch)
tree367b08d920b0e0ef9f64ca5f3d931daf1ad8752f
parent943ec28f543193f1d61ed62646106dc195feab93 (diff)
downloadmarkup-validator-1ddedf0f0f442a641697930c15d6fc1a1fe961b0.zip
markup-validator-1ddedf0f0f442a641697930c15d6fc1a1fe961b0.tar.gz
markup-validator-1ddedf0f0f442a641697930c15d6fc1a1fe961b0.tar.bz2
Fix bottom border of navbar.
-rw-r--r--htdocs/navbar.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/navbar.css b/htdocs/navbar.css
index bf93885..3c952b4 100644
--- a/htdocs/navbar.css
+++ b/htdocs/navbar.css
@@ -4,7 +4,7 @@
Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: navbar.css,v 1.9 2004-09-01 21:57:23 link Exp $
+ $Id: navbar.css,v 1.10 2004-09-01 22:00:40 link Exp $
*/
#menu {
@@ -35,7 +35,7 @@
font-size: smaller;
font-variant: small-caps;
border-right: solid 1px #bbb;
- border-bottom: solid 1px #ddd;
+ border-bottom: solid 1px black;
}
#menu li a#selected:link, #menu li a#selected:visited {