Skip to content

Commit

Permalink
hide overflow for ie 7
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Aug 22, 2011
1 parent d8d12e2 commit dd92f4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/assets/css/docs.css
Expand Up @@ -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;
}

0 comments on commit dd92f4e

Please sign in to comment.