From e0cfe57e902ed2b647a20936c966209a011e9532 Mon Sep 17 00:00:00 2001 From: James Huang Date: Tue, 29 Jul 2014 08:31:17 -0400 Subject: [PATCH] Update readme to make pop up display properly --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9977d93..f4ffb90 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,11 @@ Both variables can be overridden when passed to the render_shareable method as h For horizontally aligned buttons, try this CSS: ```no-highlight -nav.share {display:inline-block;} /* shareable's nav tag */ +nav.share {display:inline-block;padding-left:40px;} /* shareable's nav tag */ nav.share div {float:left;} -nav.share iframe {border:0; margin-top:0; padding-top:0;} /* if using medium sized buttons */ -#___plusone_0 {font-size: default !important;} +nav.share span {padding-left:0;} +nav.share iframe {align:bottom; border:0; margin-top:0; padding-top:0;} /* if using medium sized buttons */ +#___plusone_0 { font-size: default !important;} .fb_iframe_widget span { vertical-align: top; } .fb_edge_widget_with_comment { vertical-align: top;} .fb-like{display:inline-block}