From 3475b98a16b959ec02f72470d25d347957c55e53 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Wed, 16 Dec 2015 23:00:17 +0800 Subject: [PATCH] #35 Update post style --- app/assets/stylesheets/published_posts/published_post.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/published_posts/published_post.scss b/app/assets/stylesheets/published_posts/published_post.scss index a20200b..c72464c 100644 --- a/app/assets/stylesheets/published_posts/published_post.scss +++ b/app/assets/stylesheets/published_posts/published_post.scss @@ -487,6 +487,9 @@ body { img { max-width: 100%; } + ol { + padding-left: 20px; + } } .announcment { font-size: 12px;