html - Google+ Button Not Displaying Inline -


my google+ button displays inline other buttons in firefox & internet explorer.

however, not display inline other buttons in google chrome.

page can seen here: http://www.abijahchristos.com/sample/springspa

jsfiddle here: http://jsfiddle.net/abijah/hjpac/

in main.css on line 170 change

#social li { display: inline } 

to

#social li { display: inline-block } 

jsfiddle


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -