diff --git a/Makefile b/Makefile index 5ae8740b0e..ca99eaa185 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DATE=$(shell DATE) -BOOTSTRAP = ./bootstrap-1.3.0.css -BOOTSTRAP_MIN = ./bootstrap-1.3.0.min.css +BOOTSTRAP = ./bootstrap.css +BOOTSTRAP_MIN = ./bootstrap.min.css BOOTSTRAP_LESS = ./lib/bootstrap.less LESS_COMPESSOR ?= `which lessc` WATCHR ?= `which watchr` diff --git a/README.md b/README.md index d9a7cb20ad..98953a7ad9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Here's what the LESS version looks like: Or if you prefer, the standard css way: - + For more info, refer to the docs! diff --git a/bootstrap-1.3.0.css b/bootstrap.css similarity index 99% rename from bootstrap-1.3.0.css rename to bootstrap.css index 5ee7493b35..a7adebc693 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * 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 * 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). diff --git a/bootstrap-1.3.0.min.css b/bootstrap.min.css similarity index 100% rename from bootstrap-1.3.0.min.css rename to bootstrap.min.css diff --git a/docs/index.html b/docs/index.html index 20e27f9b42..2edd852ba9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,7 +12,7 @@ - + @@ -84,7 +84,7 @@
Hotlink the CSS

For the quickest and easiest start, just copy this snippet into your webpage.

- +
@@ -143,7 +143,7 @@ @@ -1884,7 +1884,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita Command line

If you already have the less command line tool installed, simply run the following command:

-
$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css
+
$ lessc ./lib/bootstrap.less > bootstrap.css

Be sure to include --compress in that command if you're trying to save some bytes!

diff --git a/docs/javascript.html b/docs/javascript.html index e1c4e83dc3..454251c2b2 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -24,7 +24,7 @@ - + diff --git a/examples/container-app.html b/examples/container-app.html index 20ab137899..6432ecf0d8 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -12,7 +12,7 @@ - +