diff options
| author | Mark Otto <[email protected]> | 2015-08-19 00:07:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-19 00:07:59 -0700 |
| commit | 980d8ea2d828fe1796a423f80d84d526b0252a89 (patch) | |
| tree | 219777c8868f5be89ecc44f20e520689022662d0 /docs/index.html | |
| parent | 624723f4c3e68aa6f46c1283eb52981a10ffff72 (diff) | |
| download | bootstrap-980d8ea2d828fe1796a423f80d84d526b0252a89.tar.xz bootstrap-980d8ea2d828fe1796a423f80d84d526b0252a89.zip | |
docs tweaks for responsivev4.0.0-alpha
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index 6556d6d65..442ac8a94 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,14 +21,14 @@ title: Bootstrap · The world's most popular mobile-first and responsive f <p class="lead">Quickly include Bootstrap's CSS and JS into any project. Use your favorite package manager, download the source, or use the Bootstrap CDN.</p> <div class="row"> - <div class="col-sm-6"> + <div class="col-sm-6 m-b-lg"> <h4>Managed dependencies</h4> <p>Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm. Package managed installs don't include documentation, but do include our Gruntfile and readme.</p> <p> <a class="btn btn-bs btn-outline" href="{{ site.baseurl }}/getting-started/download/#package-managers">View install methods</a> </p> </div> - <div class="col-sm-6"> + <div class="col-sm-6 m-b-lg"> <h4>Bootstrap CDN</h4> <p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.</p> {% comment %} @@ -41,7 +41,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f </div> </div> - <hr class="half-rule"> + <hr class="half-rule m-t-0"> <p><strong>Looking for something simpler?</strong> Customized builds of Bootstrap's CSS and JS are also available.</p> <a href="{{ site.baseurl }}/getting-started/download/#custom-builds" class="btn btn-bs btn-outline">More download options</a> @@ -54,24 +54,24 @@ title: Bootstrap · The world's most popular mobile-first and responsive f <p class="lead">Bootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.</p> <div class="row"> - <div class="col-sm-4"> + <div class="col-sm-4 m-b-lg"> <img src="assets/img/sass-less.png" alt="Sass support" class="img-responsive"> <h4>Preprocessors</h4> <p>Bootstrap ships with vanilla CSS, but its source code utilizes <a href="../css/#sass">Sass</a>, a popular CSS preprocessor. Quickly get started with precompiled CSS or build on the source.</p> </div> - <div class="col-sm-4"> + <div class="col-sm-4 m-b-lg"> <img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive"> <h4>One framework, every device.</h4> <p>Bootstrap easily and efficiently scales your websites and applications with a single code base, from phones to tablets to desktops with CSS media queries.</p> </div> - <div class="col-sm-4"> + <div class="col-sm-4 m-b-lg"> <img src="assets/img/components.png" alt="Components" class="img-responsive"> <h4>Full of features</h4> <p>With Bootstrap, you get extensive and beautiful documentation for common HTML elements, dozens of custom HTML and CSS components, and awesome jQuery plugins.</p> </div> </div> - <hr class="half-rule"> + <hr class="half-rule m-t-0"> <p><strong>Bootstrap is open source!</strong> It's hosted, developed, and maintained on GitHub by folks like you.</p> <a href="{{ site.repo }}" class="btn btn-bs btn-outline">View the GitHub project</a> |
