aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-04-11 10:40:49 -0700
committerCesar G <prototech91@gmail.com>2014-04-15 08:56:34 -0700
commit89532ebbbe03245c186084780e49bdaf0b4a79ea (patch)
tree58838c97ca6983d54f25a7e2b244a2e8ce1f1abe /phpBB/styles/prosilver/theme
parentb9f9c33199773b1ef51a0e20a044a320e1c029ea (diff)
downloadforums-89532ebbbe03245c186084780e49bdaf0b4a79ea.tar
forums-89532ebbbe03245c186084780e49bdaf0b4a79ea.tar.gz
forums-89532ebbbe03245c186084780e49bdaf0b4a79ea.tar.bz2
forums-89532ebbbe03245c186084780e49bdaf0b4a79ea.tar.xz
forums-89532ebbbe03245c186084780e49bdaf0b4a79ea.zip
[ticket/12265] Adjust alignment of AIM and Jabber icons.
PHPBB3-12265
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css
index b5c44d00de..e523daf55b 100644
--- a/phpBB/styles/prosilver/theme/buttons.css
+++ b/phpBB/styles/prosilver/theme/buttons.css
@@ -270,10 +270,10 @@ ul.profile-icons.responsive a.responsive-menu-link:before {
/* Profile & navigation icons */
.pm-icon { background-position: 0 0; }
.email-icon { background-position: -21px 0; }
-.jabber-icon { background-position: -82px 0; }
+.jabber-icon { background-position: -80px 0; }
.phpbb_icq-icon { background-position: -61px 0 ; }
.phpbb_wlm-icon { background-position: -182px 0; }
-.phpbb_aol-icon { background-position: -245px 0; }
+.phpbb_aol-icon { background-position: -244px 0; }
.phpbb_website-icon { background-position: -40px 0; }
.phpbb_youtube-icon { background-position: -98px 0; }
.phpbb_facebook-icon { background-position: -119px 0; }