mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-13 22:33:05 +00:00
Fix bug #17. "@" on the subscribers and subscriptions page.
This commit is contained in:
parent
afa1ef0fb0
commit
6a951ea8d3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue