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 */
#main #content a.user:before {
/* Posts */
#content .post-content a.user:before,
/* Subscribers */
#content .users span.user:before,
/* Subscriptions */
#content .users .info a.user:before {
content: "@";
}
/* Fix for recommendations in the feed */
#main #content .rec .user:before {
margin-right: -4px;
}
/* Fix for recommendations */
#content .post-content .rec .user:before {
margin-right: -3px;
}