diff --git a/Makefile b/Makefile index 5ae8740b0..ca99eaa18 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 d9a7cb20a..98953a7ad 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 5ee7493b3..a7adebc69 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 20e27f9b4..2edd852ba 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,7 +12,7 @@ - + @@ -84,7 +84,7 @@
For the quickest and easiest start, just copy this snippet into your webpage.
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!