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

Default comment template modified/corrected for mobile devices.

This commit is contained in:
Cameron
2016-03-14 12:10:22 -07:00
parent 870106d0d1
commit 3c089d83a7
3 changed files with 11 additions and 9 deletions

View File

@@ -139,6 +139,7 @@ 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 }
.comment-text { padding: 8px 0 }
.e-email:before { content: attr(data-user); }
.e-email:after { content: attr(data-dom) }