From: Mark Otto Date: Thu, 15 Aug 2013 20:48:47 +0000 (-0700) Subject: improve the navbar top display in example--fixes #9635 X-Git-Tag: v3.0.0~81^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a395338d34270152ee8d6c46aff420aa73c431;p=thirdparty%2Fbootstrap.git improve the navbar top display in example--fixes #9635 --- diff --git a/assets/css/docs.css b/assets/css/docs.css index 494c58ba81..263aeb85cf 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -485,9 +485,15 @@ body { margin-left: 0; margin-right: 0; } +.bs-navbar-top-example { + padding-bottom: 45px; +} .bs-navbar-top-example .navbar-fixed-top { top: -1px; } +.bs-navbar-bottom-example { + padding-top: 45px; +} .bs-navbar-bottom-example .navbar-fixed-bottom { bottom: -1px; }