diff --git a/Makefile b/Makefile index 6c1743cc54..34e0d7b1da 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,6 @@ build: @lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.css @lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.min.css --compress - @echo "bootstrap successfully built!" + @echo "Bootstrap successfully built! - `date`" .PHONY: build \ No newline at end of file diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 721698cb16..8e70ac8e3f 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -597,7 +597,7 @@ pre { } /* * Forms.less - * Base line styles for various input types, form layouts, and states + * Base styles for various input types, form layouts, and states */ /* Global form styles -------------------------------------------------- */ diff --git a/docs/index.html b/docs/index.html index d1adc9a5d3..d82d56b822 100644 --- a/docs/index.html +++ b/docs/index.html @@ -535,7 +535,6 @@ -