diff options
author | ot <ot@localhost> | 2005-05-16 04:29:40 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-05-16 04:29:40 +0000 |
commit | a239214fda5079b034cc182fc3d30479a16d216e (patch) | |
tree | 3ce1b0973ac22e73c581ad2c67d6927e41efd8a3 | |
parent | be612b718448ae0a1ce06cede1951ef493325669 (diff) | |
download | markup-validator-a239214fda5079b034cc182fc3d30479a16d216e.zip markup-validator-a239214fda5079b034cc182fc3d30479a16d216e.tar.gz markup-validator-a239214fda5079b034cc182fc3d30479a16d216e.tar.bz2 |
giving the jumpbar a bit of air on the left when there is text next to it.
-rw-r--r-- | htdocs/navbar.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/navbar.css b/htdocs/navbar.css index 2549fc2..8902fe7 100644 --- a/htdocs/navbar.css +++ b/htdocs/navbar.css @@ -4,7 +4,7 @@ Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: navbar.css,v 1.19 2005-05-14 07:24:36 ot Exp $ + $Id: navbar.css,v 1.20 2005-05-16 04:29:40 ot Exp $ */ @@ -47,6 +47,7 @@ margin-top: -15px; font-size: 0.9em; font-weight: bold; + margin-left: 1em; } #jumpbar ul { |