From af96da6e895974dd4bd6fb19cf0c6d7e16bf050d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 26 Jan 2012 16:27:37 -0800 Subject: adding white sprites --- docs/templates/pages/base-css.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 6f928dfa3..c3d10eb08 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1417,7 +1417,7 @@

{{_i}}Or, use them in navigation.{{/i}}

-- cgit v1.2.3 From 6886022fe6c35d151888ae4a57e91e9e34da3f5d Mon Sep 17 00:00:00 2001 From: Marco Wise Date: Thu, 26 Jan 2012 18:10:36 -0800 Subject: fix typo in docs/scaffolding.html --- docs/templates/pages/scaffolding.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index bc924e3ef..7781e86f6 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -292,7 +292,7 @@

{{_i}}Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. You have a few options for including the responsive features of Bootstrap:{{/i}}

    -
  1. {{_i}}Use the compiled responsive version, bootstrap-reponsive.css{{/i}}
  2. +
  3. {{_i}}Use the compiled responsive version, bootstrap-responsive.css{{/i}}
  4. {{_i}}Add @import "responsive.less" and recompile Bootstrap{{/i}}
  5. {{_i}}Modify and recompile responsive.less as a separate{{/i}}
@@ -314,4 +314,4 @@
- \ No newline at end of file + -- cgit v1.2.3 From a4a8ea2328f163fad43f250f6b3311fe0b670946 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 26 Jan 2012 19:09:59 -0800 Subject: flip order of content on home page --- docs/templates/pages/index.mustache | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index b045cc579..9a5421bd3 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -49,28 +49,6 @@
-

{{_i}}Built with Bootstrap.{{/i}}

- - - -
-

{{_i}}Designed for everyone, everywhere.{{/i}}

@@ -147,7 +125,29 @@
-
+
+ +

{{_i}}Built with Bootstrap.{{/i}}

+ + + +
-- cgit v1.2.3