Fix bug #17. "@" on the subscribers and subscriptions page.

This commit is contained in:
Alexey Skobkin 2015-01-27 04:34:14 +03:00
parent afa1ef0fb0
commit 6a951ea8d3
1 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,12 @@
/* @ before username */ /* Posts */
#main #content a.user:before { #content .post-content a.user:before,
/* Subscribers */
#content .users span.user:before,
/* Subscriptions */
#content .users .info a.user:before {
content: "@"; content: "@";
} }
/* Fix for recommendations in the feed */ /* Fix for recommendations */
#main #content .rec .user:before { #content .post-content .rec .user:before {
margin-right: -4px; margin-right: -3px;
} }