1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-17 22:11:26 +02:00

Merge remote-tracking branch 'remotes/cyberalien/ticket/11558' into develop

# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11558:
  [ticket/11558] Adjustments for notification link
  [ticket/11558] Fix styling for notifications link
This commit is contained in:
Nathan Guse
2013-05-20 11:07:54 -05:00
2 changed files with 15 additions and 2 deletions

View File

@@ -97,6 +97,19 @@ a.sendemail {
padding: 1px 0 0 17px;
}
.icon-notification:before, .icon-notification:after {
display: inline;
font: inherit;
}
.icon-notification:before {
content: '[';
}
.icon-notification:after {
content: ']';
}
/* Poster profile icons
----------------------------------------*/
ul.profile-icons {