diff options
| author | Mark Otto <[email protected]> | 2012-08-14 15:00:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-14 15:00:22 -0700 |
| commit | a80dafbb18bc689abcfe45cd4aec570e7790b171 (patch) | |
| tree | f9a645223dc8c57a9f144f397e51ef6c0fbd7fc6 /docs/index.html | |
| parent | 5144c77b272e12a48913faa0b7d1e54eccd2e638 (diff) | |
| download | bootstrap-a80dafbb18bc689abcfe45cd4aec570e7790b171.tar.xz bootstrap-a80dafbb18bc689abcfe45cd4aec570e7790b171.zip | |
fix width of star github btn in docs
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index bd798aae0..3233287ed 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,7 +86,7 @@ <div class="container"> <ul class="bs-docs-social-buttons"> <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> </li> <li> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe> |
