0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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
commit b636ccb281

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
:root .alert-message,
:root .btn {
border-radius: 0 \0;
}