aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-23 12:49:09 -0800
committerMark Otto <[email protected]>2012-01-23 12:49:09 -0800
commitb636ccb281022279030ef511ec1b01f2ddb16712 (patch)
tree6b94118e4ba0ad39d3c38b07d501b1c6fd33294f /lib
parentff113acba88806380b995fba894d77b562ca0e0a (diff)
parent1fa2801c2f8ad1e3c319fd6fc0d2e8baddccf6cc (diff)
downloadbootstrap-b636ccb281022279030ef511ec1b01f2ddb16712.tar.xz
bootstrap-b636ccb281022279030ef511ec1b01f2ddb16712.zip
Merge pull request #1118 from olvlvl/2.0-wip
Remove .alert-message IE hack
Diffstat (limited to 'lib')
-rw-r--r--lib/buttons.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/buttons.less b/lib/buttons.less
index 5da34a525..f13a9acbf 100644
--- a/lib/buttons.less
+++ b/lib/buttons.less
@@ -102,7 +102,6 @@
}
}
// Super jank hack for removing border-radius from IE9 so we can keep filter gradients on alerts and buttons
-:root .alert-message,
:root .btn {
border-radius: 0 \0;
}