diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 21:26:15 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 21:26:15 -0700 |
| commit | dd92f4e6e22e86c26b2643a0159aa9266f891376 (patch) | |
| tree | a1360f66506fa20d0f90aa8ede5e6fa476e77b36 /docs | |
| parent | d8d12e20b44d134a474192d57382e2469d4abe06 (diff) | |
| download | bootstrap-dd92f4e6e22e86c26b2643a0159aa9266f891376.tar.xz bootstrap-dd92f4e6e22e86c26b2643a0159aa9266f891376.zip | |
hide overflow for ie 7
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index bae49064a..96c9ffb97 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -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; }
\ No newline at end of file |
