[PATCH 2 of 2] comments: remove line breaks after user mentions in comment previews

Andrew Shadura andrew at shadura.me
Tue May 5 11:39:20 EDT 2015


# HG changeset patch
# User Andrew Shadura <andrew at shadura.me>
# Date 1430840340 -7200
#      Tue May 05 17:39:00 2015 +0200
# Node ID 4347c8958b9442dac9744e3f4e1e2282ffa25ce7
# Parent  4a68442ad0a1898c08ea4a249b032bb73cd8c90e
comments: remove line breaks after user mentions in comment previews

diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css
--- a/kallithea/public/css/style.css
+++ b/kallithea/public/css/style.css
@@ -4363,11 +4363,6 @@ div.comment-form {
     margin-top: 20px;
 }
 
-.comment-form strong {
-    display: block;
-    margin-bottom: 15px;
-}
-
 .comment-form textarea {
     width: 100%;
     height: 100px;
@@ -4464,11 +4459,6 @@ div.comment-inline-form {
     padding: 4px 0px 6px 0px;
 }
 
-.comment-inline-form strong {
-    display: block;
-    margin-bottom: 15px;
-}
-
 .comment-inline-form textarea {
     width: 100%;
     height: 100px;


More information about the kallithea-general mailing list