1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

mv 1.3.0 file names to plane bootstrap.css for submodulers

This commit is contained in:
Jacob Thornton 2011-09-15 23:09:56 -07:00
parent 5675d8f00a
commit 472632ba51
9 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
DATE=$(shell DATE) DATE=$(shell DATE)
BOOTSTRAP = ./bootstrap-1.3.0.css BOOTSTRAP = ./bootstrap.css
BOOTSTRAP_MIN = ./bootstrap-1.3.0.min.css BOOTSTRAP_MIN = ./bootstrap.min.css
BOOTSTRAP_LESS = ./lib/bootstrap.less BOOTSTRAP_LESS = ./lib/bootstrap.less
LESS_COMPESSOR ?= `which lessc` LESS_COMPESSOR ?= `which lessc`
WATCHR ?= `which watchr` WATCHR ?= `which watchr`

View file

@ -18,7 +18,7 @@ Here's what the LESS version looks like:
Or if you prefer, the standard css way: Or if you prefer, the standard css way:
<link rel="stylesheet" type="text/css" href="bootstrap-1.3.0.css"> <link rel="stylesheet" type="text/css" href="bootstrap.css">
For more info, refer to the docs! For more info, refer to the docs!

View file

@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Designed and built with all the love in the world @twitter by @mdo and @fat. * Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Thu Sep 15 22:40:45 PDT 2011 * Date: Thu Sep 15 23:09:33 PDT 2011
*/ */
/* Reset.less /* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).

View file

@ -12,7 +12,7 @@
<![endif]--> <![endif]-->
<!-- Le styles --> <!-- 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/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
@ -84,7 +84,7 @@
<h6>Hotlink the CSS</h6> <h6>Hotlink the CSS</h6>
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p> <p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
<form> <form>
<textarea class="copy-code" rows="1">&lt;link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.3.0.min.css"></textarea> <textarea class="copy-code" rows="1">&lt;link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css"></textarea>
</form> </form>
</div> </div>
<div class="span5"> <div class="span5">
@ -143,7 +143,7 @@
<ul> <ul>
<li><span class="label">New in 1.3</span> <a href="./javascript.html">Javascript plugins</a></li> <li><span class="label">New in 1.3</span> <a href="./javascript.html">Javascript plugins</a></li>
<li>All original .less files</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>Complete styleguide documentation</li>
<li>Three example pages with different layouts</li> <li>Three example pages with different layouts</li>
</ul> </ul>
@ -1884,7 +1884,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<td>Command line</td> <td>Command line</td>
<td> <td>
<p>If you already have the less command line tool installed, simply run the following command:</p> <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> <p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p>
</td> </td>
</tr> </tr>

View file

@ -24,7 +24,7 @@
<script src="../js/bootstrap-tabs.js"></script> <script src="../js/bootstrap-tabs.js"></script>
<!-- Le styles --> <!-- 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/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">

View file

@ -12,7 +12,7 @@
<![endif]--> <![endif]-->
<!-- Le styles --> <!-- Le styles -->
<link href="../bootstrap-1.3.0.css" rel="stylesheet"> <link href="../bootstrap.css" rel="stylesheet">
<style type="text/css"> <style type="text/css">
/* Override some defaults */ /* Override some defaults */
html, body { html, body {

View file

@ -12,7 +12,7 @@
<![endif]--> <![endif]-->
<!-- Le styles --> <!-- Le styles -->
<link href="../bootstrap-1.3.0.css" rel="stylesheet"> <link href="../bootstrap.css" rel="stylesheet">
<style type="text/css"> <style type="text/css">
body { body {
padding-top: 60px; padding-top: 60px;

View file

@ -12,7 +12,7 @@
<![endif]--> <![endif]-->
<!-- Le styles --> <!-- Le styles -->
<link href="../bootstrap-1.3.0.css" rel="stylesheet"> <link href="../bootstrap.css" rel="stylesheet">
<style type="text/css"> <style type="text/css">
body { body {
padding-top: 60px; padding-top: 60px;