From 2a192468d311289e9e219cf8cbe3047da4aa3381 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 5 Feb 2012 01:59:16 -0800 Subject: [PATCH] address #1722 by finishing incomplete sentence on responsive --- docs/assets/bootstrap.zip | Bin 52391 -> 52391 bytes docs/scaffolding.html | 2 +- docs/templates/pages/scaffolding.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 09a3b9cb682f1d012d5803c21cdc33e0d62e9d48..8f8bd1c916cf3fc692783e62db22539ec0407c7a 100644 GIT binary patch delta 402 zcmZ2JlX>|}X6^uQW)?065J;TJt)%ocNYDQ{5SLbPGcdAzXJlYt5dq2}tMXT4eFjoB znYTcOF>&H_J23az##^U37!xNi<8*@XH^1c!Vh0L12pU5LDg<*4fCA4P&7lHHPWyF% zCiu%v{-4ju3bqgLrVKwW|-3>cqI{&z}Za=}ekqyE;!B!_B#K+8)YI PnrwZ>neqAL`ZF2;Y7L>@ delta 402 zcmZ2JlX>|}X6^uQW)?065RjV4t)!F^r01Us#HAJ742&$_85tN@M1XP#Rnimv)mT9) zQYZ5k$S_JzoNfo58C za@w!UC^gYvcJlvxPKY9~p;D8z3S7Yal+DEjRRTa$-Zj`k1q>T&1c0Wjo2ZKHjLBao z8bVFgp7cfms6b+~DO7=Bqwwa`&8tO##t5D;U`(0(@07&kfKzNhMTsX&7*m0KIUsxM z2_HCH@nis$Ej4-KNk_0AkeW{?UBTiI{Zc^vvXe_ri9_Y3Ca*pf1ZT^h_Cc|$^RzMC S{5z-Z;cV+O&Omnk84UnPdWjPN diff --git a/docs/scaffolding.html b/docs/scaffolding.html index b8dc426640..dc20961dc4 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -381,7 +381,7 @@
  1. Use the compiled responsive version, bootstrap-responsive.css
  2. Add @import "responsive.less" and recompile Bootstrap
  3. -
  4. Modify and recompile responsive.less as a separate
  5. +
  6. Modify and recompile responsive.less as a separate file

Why not just include it? Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.

diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index c81f2e535b..c0fa632e3b 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -305,7 +305,7 @@
  1. {{_i}}Use the compiled responsive version, bootstrap-responsive.css{{/i}}
  2. {{_i}}Add @import "responsive.less" and recompile Bootstrap{{/i}}
  3. -
  4. {{_i}}Modify and recompile responsive.less as a separate{{/i}}
  5. +
  6. {{_i}}Modify and recompile responsive.less as a separate file{{/i}}

{{_i}}Why not just include it? Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.{{/i}}