]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
capitalize Less in makefile, add print less file (not yet compiled)
authorMark Otto <markdotto@gmail.com>
Tue, 27 Dec 2011 19:51:50 +0000 (13:51 -0600)
committerMark Otto <markdotto@gmail.com>
Tue, 27 Dec 2011 19:51:50 +0000 (13:51 -0600)
Makefile
lib/print.less [new file with mode: 0644]

index 3d24eb1c52a43a4d749fe8befc6b4d436a3af179..5eee74f2e5e3a93ff4cdc36f18701f5774fa750d 100644 (file)
--- 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 (file)
index 0000000..b45d016
--- /dev/null
@@ -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