1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

Merge branch 'alecrust-patch-3' into 2.0.3-wip

This commit is contained in:
Mark Otto
2012-04-07 23:38:16 -07:00

View File

@@ -315,7 +315,7 @@
// Opacity
.opacity(@opacity) {
opacity: @opacity / 100;
filter: ~"alpha(opacity=@{opacity})";
filter: ~"alpha(opacity=@{opacity})";
}