diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index b1e13d793..c9bcf9e17 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"><link type="text/css" href="css/baseline.css" media="all" /></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"><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> <pre class="html"> |
