From 5c1527abc560d38e695eb8d643953a83fb37da7a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 17:06:40 -0800 Subject: [PATCH] remove unused css files and add scaffolding and hero-unit to the builder --- docs/assets/bootstrap.zip | Bin 52333 -> 52333 bytes docs/download.html | 4 +++- docs/templates/pages/download.mustache | 4 +++- less/patterns.less | 13 ------------- less/print.less | 18 ------------------ 5 files changed, 6 insertions(+), 33 deletions(-) delete mode 100644 less/patterns.less delete mode 100644 less/print.less diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 7efe21437ef0bd52d74eff22ee02af8177e20539..50266d0f6ec39e586b07e303f53179a48fc5c419 100644 GIT binary patch delta 470 zcmaDmgZb?YW}X0VW)?065IEg2kw=lO_o1eL-^0m*Cxp2W5|cOP%S_DSWb1=VPJW-y z!35MX!w9NlXbN|IYp-e(L|n{@-;{*{Ao*a2b1OOm}(WC$X delta 470 zcmaDmgZb?YW}X0VW)?065Lntekw=kj+8s^*8FwZNo)G4ONi1ufyfI&9Vh$(UbhzZ? z_xT)5%UUPSFairszq9c|xB*aLvZkRKRAk}>k{L)G08+TO!4@jCsj*rBWLoV+6{rOu zr$b#g`N%{An6it&V2v? diff --git a/docs/download.html b/docs/download.html index f975ac3b2..1765b8a7d 100644 --- a/docs/download.html +++ b/docs/download.html @@ -100,7 +100,8 @@

Scaffolding

- + +

Base CSS

@@ -123,6 +124,7 @@ +

JS Components

diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index da91b1159..f6d319d6a 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -24,7 +24,8 @@

{{_i}}Scaffolding{{/i}}

- + +

{{_i}}Base CSS{{/i}}

@@ -47,6 +48,7 @@ +

{{_i}}JS Components{{/i}}

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