]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Corrected spacing 2923/head
authorAlec Rust <me@alecrust.com>
Tue, 3 Apr 2012 10:15:36 +0000 (12:15 +0200)
committerAlec Rust <me@alecrust.com>
Tue, 3 Apr 2012 10:15:36 +0000 (12:15 +0200)
less/mixins.less

index 0074e89241024bf684c945bd5dee93295c207877..2493a6151ede63c023c997d1222565b0ef4a222a 100644 (file)
 // Opacity
 .opacity(@opacity: 100) {
   opacity: @opacity / 100;
-   filter: ~"alpha(opacity=@{opacity})";
+  filter: ~"alpha(opacity=@{opacity})";
 }