mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12769] Profile menu caret fix
This commit is contained in:
parent
f32df4d949
commit
6f942ae48f
1 changed files with 5 additions and 5 deletions
|
@ -353,12 +353,12 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-avatar span:after {
|
.header-avatar span:after {
|
||||||
content: '\25BC';
|
content: '\f0dd';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 9px;
|
font: normal normal normal 14px/1 FontAwesome;
|
||||||
float: right;
|
padding-left: 6px;
|
||||||
padding-left: 2px;
|
padding-top: 2px;
|
||||||
opacity: 0.7;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dropdown menu
|
/* Dropdown menu
|
||||||
|
|
Loading…
Add table
Reference in a new issue