]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix up padding on default navbar example
authorMark Otto <otto@github.com>
Mon, 21 Oct 2013 04:11:51 +0000 (21:11 -0700)
committerMark Otto <otto@github.com>
Mon, 21 Oct 2013 04:11:51 +0000 (21:11 -0700)
examples/navbar/navbar.css

index f593a6bfca03b877b4562e9531c31370af6adc2d..d2195240b75661eb460a2abe56f4dc1d503eb25f 100644 (file)
@@ -1,7 +1,8 @@
 body {
-padding: 30px;
+  padding-top: 20px;
+  padding-bottom: 20px;
 }
 
 .navbar {
-margin-bottom: 30px;
-}
\ No newline at end of file
+  margin-bottom: 20px;
+}