1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/12680] Adds second alternativ text and font-size: 0 to remove text

PHPBB3-12680
This commit is contained in:
Crizzo
2014-06-09 23:25:34 +02:00
parent f7f80a424f
commit 2d90c754fe
2 changed files with 3 additions and 10 deletions

View File

@@ -105,6 +105,7 @@ ul.linklist.bulletin li.small-icon:before {
.contact-icons.dropdown-contents {
min-width: 0;
padding: 0;
font-size: 0;
}
.contact-icon {
@@ -133,14 +134,6 @@ ul.linklist.bulletin li.small-icon:before {
clear: left;
}
.contact-icons span.contact-icon span{
display: block;
height: 0;
overflow: hidden;
position: absolute;
width: 1px;
}
/* Profile icons */
.pm-icon { background-position: 0 0; }
.email-icon { background-position: -21px 0; }