diff options
| author | Mark Otto <[email protected]> | 2011-04-28 11:53:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-04-28 11:53:10 -0700 |
| commit | e89ba29385d43ffed43b479be566e98ad2eaf1ff (patch) | |
| tree | ecb671266f965ba60614c64fdda2cef092779ebd /index.html | |
| parent | eb3389303d169b4ad8e85292e23fbc1a1be87f1b (diff) | |
| download | bootstrap-e89ba29385d43ffed43b479be566e98ad2eaf1ff.tar.xz bootstrap-e89ba29385d43ffed43b479be566e98ad2eaf1ff.zip | |
Added compiled CSS file and fixed link to do it
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"> |
