aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-12-18 15:46:52 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-18 15:46:52 +0100
commit7ec24ec0f6512d59e2bcfbfb220b0884f79b34ce (patch)
treef222ab05317a51ea8827992733211fd5c7f16448
parenta73c7398f390eea8165c4d8565732ced85dee3ce (diff)
parent28296af248b36cd796464e3941cd078345a1ccd7 (diff)
downloadforums-7ec24ec0f6512d59e2bcfbfb220b0884f79b34ce.tar
forums-7ec24ec0f6512d59e2bcfbfb220b0884f79b34ce.tar.gz
forums-7ec24ec0f6512d59e2bcfbfb220b0884f79b34ce.tar.bz2
forums-7ec24ec0f6512d59e2bcfbfb220b0884f79b34ce.tar.xz
forums-7ec24ec0f6512d59e2bcfbfb220b0884f79b34ce.zip
Merge pull request #4575 from Crizz0/ticket/14909
[ticket/14909] Increases CSS specifity of .header-image to avoid undeā€¦
-rw-r--r--phpBB/styles/prosilver/theme/common.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 1a2c13a758..9da5cfe3be 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;