diff options
author | Julian Kirsch <kirschju@sec.in.tum.de> | 2014-11-18 20:26:55 +0100 |
---|---|---|
committer | Julian Kirsch <kirschju@sec.in.tum.de> | 2014-11-18 20:26:55 +0100 |
commit | bf7275af655d9f70fed75c821ad89ddef68ff190 (patch) | |
tree | f299c1336e839a0d203154d4268ca4e7558d648b | |
parent | da670d4ca8b186baf785e1ea3b502d389cedd71c (diff) | |
download | www-bf7275af655d9f70fed75c821ad89ddef68ff190.tar.gz www-bf7275af655d9f70fed75c821ad89ddef68ff190.tar.bz2 www-bf7275af655d9f70fed75c821ad89ddef68ff190.zip |
bug
-rw-r--r-- | justified-nav.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/justified-nav.css b/justified-nav.css index 7e72982..188849d 100644 --- a/justified-nav.css +++ b/justified-nav.css @@ -15,8 +15,8 @@ body { background-color: transparent; } .jumbotron .btn { - padding: 14px 24px; - font-size: 21px; + padding: 12px 22px; + font-size: 19px; } /* Customize the nav-justified links to be fill the entire space of the .navbar */ @@ -27,9 +27,9 @@ body { border-radius: 5px; position:fixed; z-index:99; - top:0; - right:-100; - left:100; + top:20; + right:0; + left:0; } .nav-justified > li > a { padding-top: 15px; |