diff options
| author | Mark Otto <[email protected]> | 2012-04-07 23:38:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-07 23:38:16 -0700 |
| commit | 28c4ed824ecec842b550970c8d29e60c89579ee3 (patch) | |
| tree | 90785a16d4539aaf34c5436baf591b0c87b14722 | |
| parent | 5bc601d9a8c330a4ad14375e63519fcf11bb08ab (diff) | |
| parent | ff57f595624de553dabc9fe334c273d6376763a1 (diff) | |
| download | bootstrap-28c4ed824ecec842b550970c8d29e60c89579ee3.tar.xz bootstrap-28c4ed824ecec842b550970c8d29e60c89579ee3.zip | |
Merge branch 'alecrust-patch-3' into 2.0.3-wip
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 71532fcff..a419a56ba 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -315,7 +315,7 @@ // Opacity .opacity(@opacity) { opacity: @opacity / 100; - filter: ~"alpha(opacity=@{opacity})"; + filter: ~"alpha(opacity=@{opacity})"; } |
