diff options
| author | Jacob Thornton <[email protected]> | 2011-05-04 23:49:31 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-05-04 23:49:31 -0700 |
| commit | 037bf9fec59dd2ecdd449f8bc680ece12c54fb94 (patch) | |
| tree | 22877fcf67ea09546f4896c4d2e9b32188b8c072 /docs/index.html | |
| parent | 96c3e709963516a06ad6e723a7bba3fbf5fc1ba2 (diff) | |
| download | bootstrap-037bf9fec59dd2ecdd449f8bc680ece12c54fb94.tar.xz bootstrap-037bf9fec59dd2ecdd449f8bc680ece12c54fb94.zip | |
clean up org more
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index b18db8e8f..93adeac60 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,6 +6,7 @@ <!-- // Less.js at the ready! --> <link href="../baseline-1.0.0.css" rel="stylesheet" type="text/css"> + <link href="assets/css/docs.css" rel="stylesheet" type="text/css"> <!-- // jQuery! --> <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script> @@ -34,8 +35,8 @@ <div class="topbar"> <div class="container fixed"> - <h3><a class="logo" href="index.html"> - <img src="img/twitter-logo-no-bird.png" alt="Twitter" /> <span>baseline</span> + <h3><a class="logo" href="#"> + <img src="assets/img/twitter-logo-no-bird.png" alt="Twitter" /> <span>baseline</span> </a></h3> <ul> <li><a href="#getting-started">Getting Started</a></li> @@ -85,7 +86,7 @@ </div> <div class="span12 columns"> <h3>1. Compiled CSS</h3> - <p>Use this option if you want all the styles of Baseline in a <a href="baseline-1.0.0.css">compiled and minified stylesheet</a>, but none of the extra power of LESS.</p> + <p>Use this option if you want all the styles of Baseline in a <a href="../baseline-1.0.0.min.css">compiled and minified stylesheet</a>, but none of the extra power of LESS.</p> <pre class="html"><link type="text/css" href="baseline-1.0.0.css" media="all" /></pre> <h3>2. Run with LESS.js</h3> <p>Use this option to make full use of Baseline's LESS variables, mixins, and nesting in CSS.</p> |
