Advertisement
alchymyth

styles

Jun 4th, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. .twitterbutton, .likebutton, .sharebutton, .plusonebutton {
  2. display: inline-block; float:right;
  3. }
  4. .likebutton {
  5. margin-top:0px;
  6. margin-left:2px;
  7. }
  8. .sharebutton {
  9. margin-left:0px;
  10. margin-top:0px;
  11. margin-right: 2px;
  12. }
  13. .plusonebutton {
  14. margin-left: 2px; max-width:180px;
  15. margin-top: 0px;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement