taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit bf7275af655d9f70fed75c821ad89ddef68ff190
parent da670d4ca8b186baf785e1ea3b502d389cedd71c
Author: Julian Kirsch <kirschju@sec.in.tum.de>
Date:   Tue, 18 Nov 2014 20:26:55 +0100

bug

Diffstat:
Mjustified-nav.css | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 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;