fixed the side-effect of having 'white-sapce: normal' in '.content ol'. thanks to yusheng

This commit is contained in:
hyung-hwan 2015-04-03 16:16:33 +00:00
parent 6f2ead35ba
commit ac76f8e48a

View File

@ -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;*/