diff options
| author | Mark Otto <[email protected]> | 2013-08-12 15:23:37 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 17:46:02 -0700 |
| commit | f4bb660974699f4336d22385e104347f6bd4dce0 (patch) | |
| tree | 9f796687318f7203d2bd82325960c5190385a306 /assets/css | |
| parent | 8a1fc99f50fc157a7c396bbf1955d03f46ae126a (diff) | |
| download | bootstrap-f4bb660974699f4336d22385e104347f6bd4dce0.tar.xz bootstrap-f4bb660974699f4336d22385e104347f6bd4dce0.zip | |
drop iframe attributes for CSS styling
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |
