aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-27 13:51:50 -0600
committerMark Otto <[email protected]>2011-12-27 13:51:50 -0600
commit5801c4d766205c6f1579b9c45e733df5dba3b1fe (patch)
treed2eb908f47cd489a1c2063c74e2f598ab01f27ca
parentb9adae14fc9fa64134aebb57655dd93e0a7e6ad6 (diff)
downloadbootstrap-5801c4d766205c6f1579b9c45e733df5dba3b1fe.tar.xz
bootstrap-5801c4d766205c6f1579b9c45e733df5dba3b1fe.zip
capitalize Less in makefile, add print less file (not yet compiled)
-rw-r--r--Makefile2
-rw-r--r--lib/print.less18
2 files changed, 19 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d24eb1c5..5eee74f2e 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ watch:
echo "Watching less files..."; \
watchr -e "watch('lib/.*\.less') { system 'make' }"; \
else \
- echo "You must have the watchr installed in order to watch Bootstrap less files."; \
+ echo "You must have the watchr installed in order to watch Bootstrap Less files."; \
echo "You can install it by running: gem install watchr"; \
fi
diff --git a/lib/print.less b/lib/print.less
new file mode 100644
index 000000000..b45d016fd
--- /dev/null
+++ b/lib/print.less
@@ -0,0 +1,18 @@
+/*!
+ * Bootstrap @VERSION for Print
+ *
+ * Copyright 2011 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ * Date: @DATE
+ */
+
+
+// HIDE UNECESSARY COMPONENTS
+// --------------------------
+
+.navbar-fixed {
+ display: none;
+} \ No newline at end of file