changeset 5094:200f43d9c86d stable

comments: remove line breaks after user mentions in comment previews Previously, the preview might look like this: @username , have you seen it? Now it should look like this: @username, have you seen it?
author Andrew Shadura <andrew@shadura.me>
date Tue, 05 May 2015 17:39:00 +0200
parents 588a160dbb9a
children 3a139a5500dd
files kallithea/public/css/style.css
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Tue May 05 17:38:10 2015 +0200
+++ b/kallithea/public/css/style.css	Tue May 05 17:39:00 2015 +0200
@@ -4358,11 +4358,6 @@
     margin-top: 20px;
 }
 
-.comment-form strong {
-    display: block;
-    margin-bottom: 15px;
-}
-
 .comment-form textarea {
     width: 100%;
     height: 100px;
@@ -4459,11 +4454,6 @@
     padding: 4px 0px 6px 0px;
 }
 
-.comment-inline-form strong {
-    display: block;
-    margin-bottom: 15px;
-}
-
 .comment-inline-form textarea {
     width: 100%;
     height: 100px;