mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 06:21:19 +02:00
[ticket/12680] Adds alternative text to contact icon in viewtopic.php
PHPBB3-12680
This commit is contained in:
@@ -133,6 +133,14 @@ 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; }
|
||||
|
Reference in New Issue
Block a user