diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-06-29 23:09:10 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-06-29 23:09:10 +0200 |
commit | 6d8981eaff6a92359282e7ddc6688c6716b888eb (patch) | |
tree | 1ae49e826c431cbaa8472b0ec66c73bf6713c6df | |
parent | 77d35b98c38b7beeab931e3fa5d1f13eaff9125e (diff) |
always keep navigation on top
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@294 86f53f14-5ff3-0310-afe5-9b438ce3f40c
-rw-r--r-- | webcheck.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webcheck.css b/webcheck.css index 5d52bd2..9651cb2 100644 --- a/webcheck.css +++ b/webcheck.css @@ -84,6 +84,8 @@ ul.navbar { margin-top: 3px; border-radius: 4px; -moz-border-radius: 4px; + position: relative; + z-index: 2; } ul.navbar li { |