1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Issue #1944 IMPORTANT: Any reference to #comments-container in the theme must be changed to .comments-container

This commit is contained in:
Cameron
2019-04-30 12:01:09 -07:00
parent be71965cb6
commit e087dc52a2
3 changed files with 7 additions and 7 deletions

View File

@@ -142,8 +142,8 @@ h1.bbcode, h2.bbcode, h3.bbcode, h4.bbcode, h5.bbcode, h6.bbcode { }/* override
div.bbcode { margin: 15px 0px; clear: both; } /* layout control via bbcodes */
#comments-container { list-style: none outside none; margin:0px }
#comments-container > li { padding: 5px 0px }
.comments-container { list-style: none outside none; margin:0px }
.comments-container > li { padding: 5px 0px }
.comment-text { padding: 8px 0 }
.e-email:before { content: attr(data-user); }
@@ -256,7 +256,7 @@ div.e-comment-edit-save { margin-top:8px; padding: 5px }
.e-rate-down img { opacity: 0.4 }
/*
#comments-container .comment-box:nth-child(even) {
.comments-container .comment-box:nth-child(even) {
background: red;
}
*/