diff options
Diffstat (limited to 'assets/css/docs.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; +} |
