diff options
author | Christian Schnegelberger <mail@crizzo.de> | 2016-12-10 22:07:47 +0100 |
---|---|---|
committer | Christian Schnegelberger <mail@crizzo.de> | 2016-12-10 22:07:47 +0100 |
commit | 28296af248b36cd796464e3941cd078345a1ccd7 (patch) | |
tree | 8f3dbf116af6d9c040e355e6451489a90ac4875a /phpBB | |
parent | f7049bd0dcc03f54280832f1607bd2f3ee5635ce (diff) | |
download | forums-28296af248b36cd796464e3941cd078345a1ccd7.tar forums-28296af248b36cd796464e3941cd078345a1ccd7.tar.gz forums-28296af248b36cd796464e3941cd078345a1ccd7.tar.bz2 forums-28296af248b36cd796464e3941cd078345a1ccd7.tar.xz forums-28296af248b36cd796464e3941cd078345a1ccd7.zip |
[ticket/14909] Increases CSS specifity of .header-image to avoid underline
PHPBB3-14909
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index ee585e6abf..5cf204a7a6 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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; |