From 49373b9b45facc07e6a99223021536c9878dd2b2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Sep 2013 20:20:47 -0700 Subject: [PATCH] fixes #10372: two download buttons on homepage; also fixes broke button styles --- _config.yml | 3 ++- assets/css/docs.css | 13 ++++++++----- getting-started.html | 2 +- index.html | 3 ++- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index b93496ae09a2..3767148eaeab 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,8 @@ port: 9001 # Custom vars current_version: 3.0.0 repo: https://github.com/twbs/bootstrap -download: https://github.com/twbs/bootstrap/archive/v3.0.0.zip + +download_source: https://github.com/twbs/bootstrap/archive/v3.0.0.zip download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstrap-3.0.0-dist.zip blog: http://blog.getbootstrap.com diff --git a/assets/css/docs.css b/assets/css/docs.css index 4654230ce88f..cc5b6aa4d420 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -222,11 +222,8 @@ body { line-height: 1; color: #fff; } -.bs-masthead .btn-outline { - margin-top: 20px; - margin-bottom: 20px; - padding: 18px 24px; - font-size: 21px; +.bs-masthead .btn-outline-inverse { + margin: 10px; } /* Links to project-level content like the repo, Expo, etc */ @@ -260,6 +257,12 @@ body { margin-right: 25%; font-size: 30px; } + .bs-masthead .btn-outline-inverse { + width: auto; + margin: 20px 5px 20px 0; + padding: 18px 24px; + font-size: 21px; + } .bs-masthead-links { padding: 0; text-align: left; diff --git a/getting-started.html b/getting-started.html index 026a39c35060..79252dcca87d 100644 --- a/getting-started.html +++ b/getting-started.html @@ -22,7 +22,7 @@

Compiled CSS, JS, and fonts

Additional downloads

- Download source code + Download source code

Get the latest Bootstrap CSS and JavaScript source code by downloading it directly from GitHub.

diff --git a/index.html b/index.html index 71c34922e7d5..9e8485e87295 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,8 @@

Bootstrap

Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.

- Download Bootstrap + Download Bootstrap + Download source