mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-17 16:31:07 +00:00
no units on 0 values
This commit is contained in:
parent
0f17f9b7f7
commit
6dd4cbd20b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
// Wrapper and base class
|
// Wrapper and base class
|
||||||
.navbar {
|
.navbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0px 15px;
|
padding: 0 15px;
|
||||||
background-color: @navbar-bg;
|
background-color: @navbar-bg;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
// Prevent floats from breaking the navbar
|
// Prevent floats from breaking the navbar
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue