From 5801c4d766205c6f1579b9c45e733df5dba3b1fe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Dec 2011 13:51:50 -0600 Subject: capitalize Less in makefile, add print less file (not yet compiled) --- lib/print.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/print.less (limited to 'lib') 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 -- cgit v1.2.3