diff options
| author | Mark Otto <[email protected]> | 2012-09-25 22:40:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-25 22:40:48 -0700 |
| commit | f12946be5a8e8529f64606ca73fe06e48f9fd583 (patch) | |
| tree | 3fcab801f48b1bd05e277ca6db852e954ab0f130 /docs/getting-started.html | |
| parent | 08eea302ef05195e47cb32af85adcb1a735a6263 (diff) | |
| download | bootstrap-f12946be5a8e8529f64606ca73fe06e48f9fd583.tar.xz bootstrap-f12946be5a8e8529f64606ca73fe06e48f9fd583.zip | |
thumbnails cleanup: no more UL or LI elements needed, instead just use standard grid markup
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 7a6d05e42..b81c79ed6 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -106,7 +106,7 @@ </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 the compiled Bootstrap files.</p> - <div class="row-fluid"> + <div class="row"> <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> |
