2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

hide overflow for ie 7

This commit is contained in:
Jacob Thornton
2011-08-21 21:26:15 -07:00
parent d8d12e20b4
commit dd92f4e6e2
+6
View File
@@ -257,3 +257,9 @@ img.large-bird {
margin: 5px 0 0 310px; margin: 5px 0 0 310px;
opacity: .1; opacity: .1;
} }
/* Pretty Print
-------------------------------------------------- */
PRE.prettyprint {
overflow: hidden;
}