diff options
author | Julian Kirsch <kirschju@sec.in.tum.de> | 2014-11-18 22:14:10 +0100 |
---|---|---|
committer | Julian Kirsch <kirschju@sec.in.tum.de> | 2014-11-18 22:14:10 +0100 |
commit | d4fca42c6a6a0b79372f301ec7e2fbf68177113b (patch) | |
tree | 6ce77f80a149622eb3e2711fa9a01bb98c75c0df | |
parent | 4b4ce1171ed7d22b03f90a2cfef0b389f93d823a (diff) | |
download | www-d4fca42c6a6a0b79372f301ec7e2fbf68177113b.tar.gz www-d4fca42c6a6a0b79372f301ec7e2fbf68177113b.tar.bz2 www-d4fca42c6a6a0b79372f301ec7e2fbf68177113b.zip |
revert navigation
-rw-r--r-- | justified-nav.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/justified-nav.css b/justified-nav.css index 188849d..966c3b5 100644 --- a/justified-nav.css +++ b/justified-nav.css @@ -25,11 +25,11 @@ body { background-color: #eee; border: 1px solid #ccc; border-radius: 5px; - position:fixed; +/* position:fixed; z-index:99; top:20; right:0; - left:0; + left:0;*/ } .nav-justified > li > a { padding-top: 15px; |