From: Mark Otto Date: Wed, 12 Sep 2012 23:11:03 +0000 (-0700) Subject: add space X-Git-Tag: v2.2.0^2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d322958ca9b4217548807c54414606182666fb;p=thirdparty%2Fbootstrap.git add space --- diff --git a/less/mixins.less b/less/mixins.less index 9204d8cde7..f6cde1966d 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -248,7 +248,7 @@ } // Drop shadows -.box-shadow(@shadow){ +.box-shadow(@shadow) { -webkit-box-shadow: @shadow; -moz-box-shadow: @shadow; box-shadow: @shadow;