diff options
| author | Mark Otto <[email protected]> | 2013-08-12 15:02:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 15:02:21 -0700 |
| commit | 89346410c7579380dc19c51366bc2c57611e41a2 (patch) | |
| tree | 087815de572ddb37511bdeeed103d995da29bff0 /_includes | |
| parent | 394f6980567c0adcb80553e2b510abab588d4c53 (diff) | |
| parent | 888e14d64ed001c05af9b380018a7b3dd9edcdf6 (diff) | |
| download | bootstrap-89346410c7579380dc19c51366bc2c57611e41a2.tar.xz bootstrap-89346410c7579380dc19c51366bc2c57611e41a2.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/social-buttons.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/social-buttons.html b/_includes/social-buttons.html index cd4d921ea..11695ca1b 100644 --- a/_includes/social-buttons.html +++ b/_includes/social-buttons.html @@ -1,10 +1,10 @@ <div class="bs-social"> <ul class="bs-social-buttons"> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px" title="Star on GitHub"></iframe> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20" title="Star on GitHub"></iframe> </li> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px" title="Fork on GitHub"></iframe> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102" height="20" title="Fork on GitHub"></iframe> </li> <li class="follow-btn"> <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a> |
