Skip to content

Commit

Permalink
Fix EZP-21537 - [Demobundle] My profile email appears with SPAMFILTER…
Browse files Browse the repository at this point in the history
… text
  • Loading branch information
pedroresende committed Sep 11, 2013
1 parent 22f3f4c commit 63ee0e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/public/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4547,6 +4547,9 @@ a.thumbnail:hover {
.break {
clear: both;
}
.spamfilter {
display: none;
}
.content-view-full .attribute-short {
font-weight: bold;
}
Expand Down
4 changes: 4 additions & 0 deletions Resources/public/less/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@
.break {
clear: both;
}
.spamfilter {
display: none;
}

0 comments on commit 63ee0e7

Please sign in to comment.