Merge pull request #2602 from judytuna/master
fixed issue 1991 - giving long pre & code a scrollbar [ci skip]
This commit is contained in:
commit
46cffe3b61
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ abbr, acronym {border-bottom:1px dotted #666;}
|
||||||
address {margin:0 0 1.5em;font-style:italic;}
|
address {margin:0 0 1.5em;font-style:italic;}
|
||||||
del {color:#666;}
|
del {color:#666;}
|
||||||
pre {margin:1.5em 0;white-space:pre;}
|
pre {margin:1.5em 0;white-space:pre;}
|
||||||
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
|
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;overflow:auto;}
|
||||||
li ul, li ol {margin:0;}
|
li ul, li ol {margin:0;}
|
||||||
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
|
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
|
||||||
ul {list-style-type:disc;}
|
ul {list-style-type:disc;}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue