aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-19 12:04:41 -0700
committerMark Otto <[email protected]>2012-08-19 12:04:41 -0700
commitbb85bbc657e9ba35292acb7dd37fbeb2551b94c2 (patch)
treece8b3603c2d9a0622ffad671ce9a9571a844737e /docs/getting-started.html
parent7ed82c1223e2876c69ae8bc9c21ccff39db18b97 (diff)
downloadbootstrap-bb85bbc657e9ba35292acb7dd37fbeb2551b94c2.tar.xz
bootstrap-bb85bbc657e9ba35292acb7dd37fbeb2551b94c2.zip
compy edits to docs
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 0eecd59e6..6323f2cfa 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -85,7 +85,7 @@
================================================== -->
<div class="row">
<div class="span3 bs-docs-sidebar">
- <ul class="nav nav-list bs-docs-sidenav" >
+ <ul class="nav nav-list bs-docs-sidenav">
<li><a href="#download-bootstrap"><i class="icon-chevron-right"></i> Download</a></li>
<li><a href="#file-structure"><i class="icon-chevron-right"></i> File structure</a></li>
<li><a href="#contents"><i class="icon-chevron-right"></i> What's included</a></li>
@@ -106,13 +106,13 @@
</div>
<p class="lead">Before downloading, be sure to have a code editor (we recommend <a href="http://sublimetext.com/2">Sublime Text 2</a>) and some working knowledge of HTML and CSS. We won't walk through the source files here, but they are available for download. We'll focus on getting started with our the compiled Bootstrap files.</p>
- <div class="row">
- <div class="span4">
+ <div class="row-fluid">
+ <div class="span6">
<h2>Download compiled</h2>
<p><strong>Fastest way to get started:</strong> get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.</p>
<p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" >Download Bootstrap</a></p>
</div>
- <div class="span4">
+ <div class="span6">
<h2>Download source</h2>
<p>Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p>
<p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" >Download Bootstrap source</a></p>