diff options
| author | Jacob Thornton <[email protected]> | 2011-09-15 23:09:56 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-15 23:09:56 -0700 |
| commit | 472632ba51a50457370c55267a736e3efc4c09cc (patch) | |
| tree | 62a4dd11a12502ee3feb8f1e6668aae450345eb0 /docs | |
| parent | 5675d8f00a16d1f5c3eebbe7e9a0ec2b0f494855 (diff) | |
| download | bootstrap-472632ba51a50457370c55267a736e3efc4c09cc.tar.xz bootstrap-472632ba51a50457370c55267a736e3efc4c09cc.zip | |
mv 1.3.0 file names to plane bootstrap.css for submodulers
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 8 | ||||
| -rw-r--r-- | docs/javascript.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 20e27f9b4..2edd852ba 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap-1.3.0.css" rel="stylesheet"> + <link href="../bootstrap.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> @@ -84,7 +84,7 @@ <h6>Hotlink the CSS</h6> <p>For the quickest and easiest start, just copy this snippet into your webpage.</p> <form> - <textarea class="copy-code" rows="1"><link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.3.0.min.css"></textarea> + <textarea class="copy-code" rows="1"><link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css"></textarea> </form> </div> <div class="span5"> @@ -143,7 +143,7 @@ <ul> <li><span class="label">New in 1.3</span> <a href="./javascript.html">Javascript plugins</a></li> <li>All original .less files</li> - <li>Fully <a href="../bootstrap-1.3.0.css">compiled</a> and <a href="../bootstrap-1.3.0.min.css">minified</a> CSS</li> + <li>Fully <a href="../bootstrap.css">compiled</a> and <a href="../bootstrap.min.css">minified</a> CSS</li> <li>Complete styleguide documentation</li> <li>Three example pages with different layouts</li> </ul> @@ -1884,7 +1884,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita <td>Command line</td> <td> <p>If you already have the less command line tool installed, simply run the following command:</p> - <pre>$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css</pre> + <pre>$ lessc ./lib/bootstrap.less > bootstrap.css</pre> <p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p> </td> </tr> diff --git a/docs/javascript.html b/docs/javascript.html index e1c4e83dc..454251c2b 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -24,7 +24,7 @@ <script src="../js/bootstrap-tabs.js"></script> <!-- Le styles --> - <link href="../bootstrap-1.3.0.css" rel="stylesheet"> + <link href="../bootstrap.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> |
