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 --- .../assets/img/glyphicons-halflings-sprite-white.png | Bin 0 -> 13566 bytes docs/assets/img/glyphicons-halflings-sprite.png | Bin 5249 -> 14152 bytes docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 docs/assets/img/glyphicons-halflings-sprite-white.png (limited to 'docs') diff --git a/docs/assets/img/glyphicons-halflings-sprite-white.png b/docs/assets/img/glyphicons-halflings-sprite-white.png new file mode 100644 index 000000000..a92b1913a Binary files /dev/null and b/docs/assets/img/glyphicons-halflings-sprite-white.png differ diff --git a/docs/assets/img/glyphicons-halflings-sprite.png b/docs/assets/img/glyphicons-halflings-sprite.png index 2d783eefe..b4e0acfbc 100644 Binary files a/docs/assets/img/glyphicons-halflings-sprite.png and b/docs/assets/img/glyphicons-halflings-sprite.png differ diff --git a/docs/base-css.html b/docs/base-css.html index 239b963c4..a30e0c1f3 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1482,7 +1482,7 @@

Or, use them in navigation.

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 c8d2c4e44297d52339216f7e6664d9105ff554a1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 26 Jan 2012 16:45:01 -0800 Subject: fix height of download button --- docs/assets/css/docs.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 2ef413906..6fa20cf4d 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -538,6 +538,7 @@ hr.soften { padding: 19px 24px; margin-bottom: 27px; font-size: 30px; + line-height: 1; text-align: center; -webkit-border-radius: 6px; -moz-border-radius: 6px; -- 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/scaffolding.html | 2 +- docs/templates/pages/scaffolding.mustache | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 11f3b4486..df6ea9f00 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -357,7 +357,7 @@

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:

    -
  1. Use the compiled responsive version, bootstrap-reponsive.css
  2. +
  3. Use the compiled responsive version, bootstrap-responsive.css
  4. Add @import "responsive.less" and recompile Bootstrap
  5. Modify and recompile responsive.less as a separate
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/index.html | 46 ++++++++++++++++++------------------- docs/templates/pages/index.mustache | 46 ++++++++++++++++++------------------- 2 files changed, 46 insertions(+), 46 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index d7a870e8d..e60e9d711 100644 --- a/docs/index.html +++ b/docs/index.html @@ -114,28 +114,6 @@
-

Built with Bootstrap.

- - - -
-

Designed for everyone, everywhere.

@@ -212,7 +190,29 @@
-
+
+ +

Built with Bootstrap.

+ + + +
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