]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update makefile and little comments
authorJacob Thornton <jacobthornton@gmail.com>
Tue, 28 Jun 2011 22:10:43 +0000 (15:10 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Tue, 28 Jun 2011 22:10:43 +0000 (15:10 -0700)
Makefile
bootstrap-1.0.0.css
docs/index.html
lib/bootstrap.less
lib/forms.less

index 6c1743cc54adfcd49be01bb0d601797434ee1f06..34e0d7b1dab2fae03f73fcd4c74212c76a68b387 100644 (file)
--- 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
index 6ac88c3bbc2161e60093c9c6765eafbd595fec5d..e50f79c664c05186207381dbfc856294380d7828 100644 (file)
@@ -669,7 +669,7 @@ span.html__attr_value {
 }
 /*
  * 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
 -------------------------------------------------- */
index c22c305af587cd36b8e198e88b4e503f6fd2e726..7d44dc93caa4f0f86af0b9c3c0235fe533001f65 100644 (file)
 </section>
 
 
-
 <section id="tables">
 <div class="page-header">
   <h1>Tables <small>For, you guessed it, tabular data</small></h1>
index 6fceabd243bbac1966bbf9e3061a1134bd1e7e59..2e021db0b11e47fa81cff8720a3795f85dd7496b 100644 (file)
@@ -3,6 +3,8 @@
  * This file is only for importing all required stylesheets for LESS to include and then compile.
  */
 
+
+
 // CSS Reset
 @import "reset.less";
 
index 876f62123b57bd91a12f4c2ddb2b2c1c1c1dfbe9..158fdf4e5b955548f2102f5b85b77810fcd23ccf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Forms.less
- * Base line styles for various input types, form layouts, and states
+ * Base styles for various input types, form layouts, and states
  */