mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-16 06:15:13 -05:00
added fix for IE7 adding vertical scroll bars to code blocks
This commit is contained in:
parent
bd96f301ef
commit
61d4099edf
@ -5,6 +5,7 @@ pre
|
|||||||
line-height: 1.5em
|
line-height: 1.5em
|
||||||
border: #aaa 1px solid
|
border: #aaa 1px solid
|
||||||
overflow-x: auto
|
overflow-x: auto
|
||||||
|
overflow-y: hidden
|
||||||
padding: 25px 20px
|
padding: 25px 20px
|
||||||
.lineno
|
.lineno
|
||||||
color: #888
|
color: #888
|
||||||
|
Loading…
Reference in New Issue
Block a user