Merge pull request #3226 from aziz/patch-6

No need to specify units when a value is 0, thanks to RECESS
This commit is contained in:
Jacob Thornton 2012-04-25 22:19:49 -07:00
commit b261f9781b
1 changed files with 1 additions and 1 deletions

View File

@ -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