mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 09:30:34 +01:00
Merge pull request #4575 from Crizz0/ticket/14909
[ticket/14909] Increases CSS specifity of .header-image to avoid unde…
This commit is contained in:
commit
7ec24ec0f6
@ -339,18 +339,19 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.header-avatar:hover {
|
||||
a.header-avatar,
|
||||
a.header-avatar:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header-avatar img {
|
||||
a.header-avatar img {
|
||||
margin-bottom: 2px;
|
||||
max-height: 20px;
|
||||
vertical-align: middle;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.header-avatar span:after {
|
||||
a.header-avatar span:after {
|
||||
content: '\f0dd';
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
|
Loading…
x
Reference in New Issue
Block a user