# HG changeset patch # User Andrew Shadura # Date 1430840340 -7200 # Node ID 200f43d9c86de9ccb8d3854ed0d34373726a8f69 # Parent 588a160dbb9a549db6136c60df5d9c67dbbdc6b3 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? diff -r 588a160dbb9a -r 200f43d9c86d kallithea/public/css/style.css --- 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;