Commit 6dd4cbd2 authored by Mark Otto's avatar Mark Otto

no units on 0 values

parent 0f17f9b7
...@@ -5,7 +5,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment