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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -