1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

clean up comments in reset, remove ie7 css hacks

This commit is contained in:
Mark Otto
2012-09-30 23:19:55 -07:00
parent 443b605246
commit 08446563b9
2 changed files with 2 additions and 11 deletions

View File

@@ -25,8 +25,6 @@ audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
@@ -90,7 +88,6 @@ textarea {
button,
input {
*overflow: visible;
line-height: normal;
}