From 20a9161ffe8624922f2afd33f7775736c9060225 Mon Sep 17 00:00:00 2001 From: r-a-y Date: Thu, 20 Aug 2015 18:46:31 -0700 Subject: [PATCH] Inline Comments: Set better CSS styles for our Social Paper page. See #1. --- assets/css/single.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/assets/css/single.css b/assets/css/single.css index 715e412..20aa13d 100644 --- a/assets/css/single.css +++ b/assets/css/single.css @@ -779,8 +779,25 @@ a.comment-edit-link { /** INLINE COMMENTS **/ +#incom_wrapper .incom-comments-wrapper { + border-left: 0; + margin: 0; + padding: 0; +} + +#incom_wrapper ul.children { + padding-left: 2em; +} + +#incom_wrapper .comment { + border-bottom: 0; + padding: 0; +} + .incom-comments-wrapper #comments-and-form { width: auto; + margin-left: 15px; + margin-right: 25px; } .incom-ref {