diff options
| author | Mark Otto <[email protected]> | 2013-10-20 21:11:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-20 21:11:51 -0700 |
| commit | c71f89518f88d05e4a2f202264498ac85242fcbd (patch) | |
| tree | 1fe32a83576ab6010dd168614779a303c251d903 /examples | |
| parent | e486bb4f39e79dd55b3c68af134a4624b2fa4c08 (diff) | |
| download | bootstrap-c71f89518f88d05e4a2f202264498ac85242fcbd.tar.xz bootstrap-c71f89518f88d05e4a2f202264498ac85242fcbd.zip | |
Fix up padding on default navbar example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/navbar/navbar.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/navbar/navbar.css b/examples/navbar/navbar.css index f593a6bfc..d2195240b 100644 --- a/examples/navbar/navbar.css +++ b/examples/navbar/navbar.css @@ -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; +} |
