1
0

More robust markup and layout for comments.

This commit is contained in:
Matthias Mees
2013-01-03 15:59:14 +01:00
parent bcbd5ba880
commit 8361a9648b
2 changed files with 11 additions and 12 deletions

View File

@ -826,9 +826,13 @@ summary { cursor: pointer; }
#serendipity_comments_list .form_check { margin: 1.35em 0; }
.comment_data { margin-top: 0; }
.comment_data {
clear: both;
margin-top: 0;
}
.comment_data dt, .comment_data dd,
.comment_data dt,
.comment_data dd,
.template_info dt,
.template_info dd { float: left; }