From 6f2ead35bab5c9f901bfd9843928330a5f0d4aad Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 2 Apr 2015 13:47:10 +0000 Subject: [PATCH] added white-space property to .content ul and .content ol --- codepot/src/css/common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index 8efc07ee..0968034c 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -32,6 +32,11 @@ body { .content ul { list-style: square; + white-space: normal; +} + +.content ol { + white-space: normal; } .content a