From f770cfa03eeb87d61de5b0689a0a15436642abe1 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sat, 2 Nov 2013 14:50:39 +0000 Subject: [PATCH] Fixing the social sharers and whipping out some padding for them --- public/style.css | 5 +++++ result.php | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/public/style.css b/public/style.css index a7d26de..32690a6 100644 --- a/public/style.css +++ b/public/style.css @@ -191,6 +191,11 @@ a.bookmarklet { font-size: 1.2rem; } +.social-sharer { + display: inline-block; + padding: 0 2px; +} + /* Footer */ .footer { text-align: center; diff --git a/result.php b/result.php index 6dadcb6..9b46c60 100644 --- a/result.php +++ b/result.php @@ -44,9 +44,9 @@ if( isset( $_GET['jsonp'] ) && $_GET['jsonp'] == 'yourls' ) {

-Facebook'; } ?> -Tweet'; } ?> -'; } ?> -'; } ?> +Facebook'; } ?> +Tweet'; } ?> +'; } ?> +'; } ?>