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 | |
| parent | 5144c77b272e12a48913faa0b7d1e54eccd2e638 (diff) | |
| download | bootstrap-a80dafbb18bc689abcfe45cd4aec570e7790b171.tar.xz bootstrap-a80dafbb18bc689abcfe45cd4aec570e7790b171.zip | |
fix width of star github btn in docs
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | docs/index.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index f22d2824d..5dee1cf35 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -943,7 +943,6 @@ input[type="color"], font-size: 14px; line-height: 20px; color: #555555; - vertical-align: middle; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 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> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index d8d1a2064..b3af8b661 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -15,7 +15,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> |
