aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-01 17:06:40 -0800
committerMark Otto <[email protected]>2012-02-01 17:06:40 -0800
commit5c1527abc560d38e695eb8d643953a83fb37da7a (patch)
tree4c5d64d80f4edbf496499c32b78695c7e6466cd7 /less
parentf166c5a35b9a037fa0e314ce111812f4b7ef741e (diff)
downloadbootstrap-5c1527abc560d38e695eb8d643953a83fb37da7a.tar.xz
bootstrap-5c1527abc560d38e695eb8d643953a83fb37da7a.zip
remove unused css files and add scaffolding and hero-unit to the builder
Diffstat (limited to 'less')
-rw-r--r--less/patterns.less13
-rw-r--r--less/print.less18
2 files changed, 0 insertions, 31 deletions
diff --git a/less/patterns.less b/less/patterns.less
deleted file mode 100644
index d94b921e4..000000000
--- a/less/patterns.less
+++ /dev/null
@@ -1,13 +0,0 @@
-// Patterns.less
-// Repeatable UI elements outside the base styles provided from the scaffolding
-// ----------------------------------------------------------------------------
-
-
-// PAGE HEADERS
-// ------------
-
-footer {
- padding-top: @baseLineHeight - 1;
- margin-top: @baseLineHeight - 1;
- border-top: 1px solid #eee;
-}
diff --git a/less/print.less b/less/print.less
deleted file mode 100644
index 4fd45e282..000000000
--- a/less/print.less
+++ /dev/null
@@ -1,18 +0,0 @@
-/*!
- * Bootstrap @VERSION for Print
- *
- * Copyright 2012 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