1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Fixes #1408 - Email Obfuscation issue in IE.

This commit is contained in:
Cameron
2016-03-09 12:12:15 -08:00
parent 00f8dcdb16
commit eb6c6c3021
3 changed files with 156 additions and 31 deletions

View File

@@ -139,6 +139,12 @@ 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 }
.e-email::before { content: attr(data-user); }
.e-email::after { content: attr(data-dom) }
/* default comments layout */