mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 19:50:22 +00:00
hide overflow for ie 7
This commit is contained in:
parent
d8d12e20b4
commit
dd92f4e6e2
1 changed files with 6 additions and 0 deletions
|
|
@ -256,4 +256,10 @@ div.popover-well div.popover-menu-wrapper {
|
|||
img.large-bird {
|
||||
margin: 5px 0 0 310px;
|
||||
opacity: .1;
|
||||
}
|
||||
|
||||
/* Pretty Print
|
||||
-------------------------------------------------- */
|
||||
PRE.prettyprint {
|
||||
overflow: hidden;
|
||||
}
|
||||
Loading…
Reference in a new issue