added white-space property to .content ul and .content ol

This commit is contained in:
hyung-hwan 2015-04-02 13:47:10 +00:00
parent 0d1b23fc9b
commit 6f2ead35ba

View File

@ -32,6 +32,11 @@ body {
.content ul { .content ul {
list-style: square; list-style: square;
white-space: normal;
}
.content ol {
white-space: normal;
} }
.content a .content a