From f4bb660974699f4336d22385e104347f6bd4dce0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 15:23:37 -0700 Subject: drop iframe attributes for CSS styling --- assets/css/docs.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/css/docs.css') diff --git a/assets/css/docs.css b/assets/css/docs.css index b5725c923..bc50c5d41 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -705,6 +705,11 @@ body { .bs-social-buttons .twitter-share-button { width: 98px !important; } +/* Style the GitHub buttons via CSS instead of inline attributes */ +.github-btn { + border: 0; + overflow: hidden; +} -- cgit v1.2.3