Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2011-04-28 22:53:10 +0400
committerMark Otto <markdotto@gmail.com>2011-04-28 22:53:10 +0400
commite89ba29385d43ffed43b479be566e98ad2eaf1ff (patch)
treeecb671266f965ba60614c64fdda2cef092779ebd /index.html
parenteb3389303d169b4ad8e85292e23fbc1a1be87f1b (diff)
Added compiled CSS file and fixed link to do it
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index b1e13d7937..c9bcf9e170 100644
--- a/index.html
+++ b/index.html
@@ -88,8 +88,8 @@
</div>
<div class="span12 columns">
<h3>1. Compiled CSS</h3>
- <p>Use this option if you want all the styles of Baseline, but none of the extra power of LESS.</p>
- <pre class="html">&lt;link type="text/css" href="css/baseline.css" media="all" /&gt;</pre>
+ <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>
+ <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>
<pre class="html">