1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Merge pull request #1118 from olvlvl/2.0-wip

Remove .alert-message IE hack
This commit is contained in:
Mark Otto
2012-01-23 12:49:09 -08:00

View File

@@ -102,7 +102,6 @@
} }
} }
// Super jank hack for removing border-radius from IE9 so we can keep filter gradients on alerts and buttons // Super jank hack for removing border-radius from IE9 so we can keep filter gradients on alerts and buttons
:root .alert-message,
:root .btn { :root .btn {
border-radius: 0 \0; border-radius: 0 \0;
} }