2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

remove unused css files and add scaffolding and hero-unit to the builder

This commit is contained in:
Mark Otto
2012-02-01 17:06:40 -08:00
parent f166c5a35b
commit 5c1527abc5
5 changed files with 6 additions and 33 deletions
-13
View File
@@ -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;
}
-18
View File
@@ -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;
}