mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14909] Increases CSS specifity of .header-image to avoid underline
PHPBB3-14909
This commit is contained in:
parent
f7049bd0dc
commit
28296af248
1 changed files with 4 additions and 3 deletions
|
@ -339,18 +339,19 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-avatar:hover {
|
a.header-avatar,
|
||||||
|
a.header-avatar:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-avatar img {
|
a.header-avatar img {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
max-height: 20px;
|
max-height: 20px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-avatar span:after {
|
a.header-avatar span:after {
|
||||||
content: '\f0dd';
|
content: '\f0dd';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 14px/1 FontAwesome;
|
font: normal normal normal 14px/1 FontAwesome;
|
||||||
|
|
Loading…
Add table
Reference in a new issue