diff options
| author | Mark Otto <[email protected]> | 2013-04-30 19:06:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-30 19:06:30 -0700 |
| commit | 6dd4cbd20be951d64defe52f04548e76ca8119c0 (patch) | |
| tree | f14a4b6a88dd65c65938cea6e3e0e93a10040592 | |
| parent | 0f17f9b7f7fe15bb4ce6301caa2600bfd30e63d7 (diff) | |
| download | bootstrap-6dd4cbd20be951d64defe52f04548e76ca8119c0.tar.xz bootstrap-6dd4cbd20be951d64defe52f04548e76ca8119c0.zip | |
no units on 0 values
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index 39dd5f30e..c3dd33490 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -5,7 +5,7 @@ // Wrapper and base class .navbar { position: relative; - padding: 0px 15px; + padding: 0 15px; background-color: @navbar-bg; border-radius: @border-radius-base; // Prevent floats from breaking the navbar |
