fixed the side-effect of having 'white-sapce: normal' in '.content ol'. thanks to yusheng
This commit is contained in:
parent
6f2ead35ba
commit
ac76f8e48a
@ -489,6 +489,11 @@ body {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* this is used for line numbering. */
|
||||
.content .mainarea pre.prettyprint ol {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.content .mainarea pre.prettyprint {
|
||||
/* anything that make prettyprint area different from other pres? */
|
||||
/*background-color: #FFFFFF;*/
|
||||
|
Loading…
Reference in New Issue
Block a user