mirror of https://github.com/twbs/bootstrap.git
hide overflow for ie 7
This commit is contained in:
parent
d8d12e20b4
commit
dd92f4e6e2
|
@ -257,3 +257,9 @@ img.large-bird {
|
|||
margin: 5px 0 0 310px;
|
||||
opacity: .1;
|
||||
}
|
||||
|
||||
/* Pretty Print
|
||||
-------------------------------------------------- */
|
||||
PRE.prettyprint {
|
||||
overflow: hidden;
|
||||
}
|
Loading…
Reference in New Issue