1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +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

@@ -491,8 +491,8 @@ div.comments-form-login div { padding-bottom:10px }
.pager { margin-bottom: 40px; }
img.news-image-1 { margin-bottom:15px }
#comments-container li { padding:20px 8px }
#comments-container li:nth-child(even) { background-color: #F8F8F8; }
.comments-container li { padding:20px 8px }
.comments-container li:nth-child(even) { background-color: #F8F8F8; }
.signup-xup { width:64px; height:64px; margin:0 5px; padding:12px; }
.signup-xup i { font-size: 3em; }