diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-21 03:55:09 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-21 03:55:09 +0530 |
commit | d4679e6a95b45d839f854493682ebe64651260da (patch) | |
tree | 8454629598151fe07806f9cdd0c2e18cbba8ab8f | |
parent | e51a5791dd66870ae056394efca759338dd4d9c4 (diff) | |
download | forums-d4679e6a95b45d839f854493682ebe64651260da.tar forums-d4679e6a95b45d839f854493682ebe64651260da.tar.gz forums-d4679e6a95b45d839f854493682ebe64651260da.tar.bz2 forums-d4679e6a95b45d839f854493682ebe64651260da.tar.xz forums-d4679e6a95b45d839f854493682ebe64651260da.zip |
[ticket/12730] Update Google+ button class to use proper identification
PHPBB3-12730
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 19cb547bd4..c5e97d03c4 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -143,7 +143,7 @@ ul.linklist.bulletin li.small-icon:before { .phpbb_website-icon { background-position: -40px 0; } .phpbb_youtube-icon { background-position: -98px 0; } .phpbb_facebook-icon { background-position: -119px 0; } -.phpbb_google_plus-icon { background-position: -140px 0; } +.phpbb_googleplus-icon { background-position: -140px 0; } .phpbb_skype-icon { background-position: -161px 0; } .phpbb_twitter-icon { background-position: -203px 0; } .phpbb_yahoo-icon { background-position: -224px 0; } |