aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html7
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">&lt;link type="text/css" href="baseline-1.0.0.css" media="all" /&gt;</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>