diff options
| author | Allen Bargi <[email protected]> | 2012-04-25 18:16:59 +0300 |
|---|---|---|
| committer | Allen Bargi <[email protected]> | 2012-04-25 18:16:59 +0300 |
| commit | 99c3b7810bd60cfad9a667a14f34c7b59de0ee84 (patch) | |
| tree | 7bf73cfff107576e0ab72024eb2e0ebb1ea41fd9 | |
| parent | aaabe2a46c64e7d9ffd5735dba2db4f3cf9906f5 (diff) | |
| download | bootstrap-99c3b7810bd60cfad9a667a14f34c7b59de0ee84.tar.xz bootstrap-99c3b7810bd60cfad9a667a14f34c7b59de0ee84.zip | |
No need to specify units when a value is 0, thanks to RECESS
| -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 adfe1096a..4faa7255b 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -120,7 +120,7 @@ color: @white; background-color: @navbarSearchBackground; border: 1px solid @navbarSearchBorder; - .box-shadow(~"inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15)"); + .box-shadow(~"inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)"); .transition(none); // Placeholder text gets special styles; can't be a grouped selector |
