diff options
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 19cb547bd4..c35ff7922c 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -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; } |
