Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2011-06-29 02:10:43 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-06-29 02:10:43 +0400
commit08c318e0087ac9351bd3f883193c9a0886a43438 (patch)
treee1d6229112882f35b2e828b5783895daa487f1cf
parente91a74e8e89240d061478326ad26bd4ffa9ce910 (diff)
update makefile and little comments
-rw-r--r--Makefile2
-rw-r--r--bootstrap-1.0.0.css2
-rw-r--r--docs/index.html1
-rw-r--r--lib/bootstrap.less2
-rw-r--r--lib/forms.less2
5 files changed, 5 insertions, 4 deletions
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 6ac88c3bbc..e50f79c664 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -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
-------------------------------------------------- */
diff --git a/docs/index.html b/docs/index.html
index c22c305af5..7d44dc93ca 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -536,7 +536,6 @@
</section>
-
<section id="tables">
<div class="page-header">
<h1>Tables <small>For, you guessed it, tabular data</small></h1>
diff --git a/lib/bootstrap.less b/lib/bootstrap.less
index 6fceabd243..2e021db0b1 100644
--- a/lib/bootstrap.less
+++ b/lib/bootstrap.less
@@ -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";
diff --git a/lib/forms.less b/lib/forms.less
index 876f62123b..158fdf4e5b 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -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
*/