2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

drop iframe attributes for CSS styling

This commit is contained in:
Mark Otto
2013-08-12 15:23:37 -07:00
committed by Chris Rebert
parent 8a1fc99f50
commit f4bb660974
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -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;
}