From 5702e1be6e9b0b813520c4a0ff2faf427429b720 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 16 Nov 2012 01:13:52 -0800 Subject: widths on github buttons --- docs/index.html | 2 +- docs/templates/pages/index.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 322046197..94a18c68a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -100,7 +100,7 @@
  • - +
  • diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 4f267675c..19861b396 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -29,7 +29,7 @@
  • - +
  • -- cgit v1.2.3 From 88c2497368f601e87ba2c1ec3b2e215c1f038975 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 16 Nov 2012 01:16:27 -0800 Subject: Fixes #5912: User correct selector for form field states. Previously, we were using a generic label selector, but as this was changed in the main forms awhile back, we need to change it here. --- docs/assets/css/bootstrap.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d3490f856..b051c77cc 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1432,7 +1432,7 @@ input[type="checkbox"][readonly] { background-color: transparent; } -.control-group.warning > label, +.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline { color: #c09853; @@ -1471,7 +1471,7 @@ input[type="checkbox"][readonly] { border-color: #c09853; } -.control-group.error > label, +.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline { color: #b94a48; @@ -1510,7 +1510,7 @@ input[type="checkbox"][readonly] { border-color: #b94a48; } -.control-group.success > label, +.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline { color: #468847; @@ -1549,7 +1549,7 @@ input[type="checkbox"][readonly] { border-color: #468847; } -.control-group.info > label, +.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline { color: #3a87ad; -- cgit v1.2.3 From a367fd4938a50c99cb8e45e048a20d0a6459a786 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 16 Nov 2012 01:19:15 -0800 Subject: Fixes #5925: Adjust top margin of input group in navbar --- docs/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b051c77cc..2da34b4ad 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4384,7 +4384,7 @@ input[type="submit"].btn.btn-mini { .navbar-form .input-append, .navbar-form .input-prepend { - margin-top: 6px; + margin-top: 5px; white-space: nowrap; } -- cgit v1.2.3 From 8df2811d4981f5b3cc9291ac1c8c7fddb41427c6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Nov 2012 23:29:20 -0800 Subject: Simpler footer for docs * Remove back to top link (ya'll are lazy :P) * Center text * Decrease vertical padding --- docs/assets/css/docs.css | 7 ++----- docs/base-css.html | 1 - docs/components.html | 1 - docs/customize.html | 1 - docs/extend.html | 1 - docs/getting-started.html | 1 - docs/index.html | 1 - docs/javascript.html | 1 - docs/scaffolding.html | 1 - docs/templates/layout.mustache | 1 - 10 files changed, 2 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 119a30528..e6e7a7c99 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -299,7 +299,8 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) { -------------------------------------------------- */ .footer { - padding: 70px 0; + text-align: center; + padding: 30px 0; margin-top: 70px; border-top: 1px solid #e5e5e5; background-color: #f5f5f5; @@ -1024,8 +1025,4 @@ form.bs-docs-example { padding-top: 20px; padding-bottom: 20px; } - /* Unfloat the back to top in footer to prevent odd text wrapping */ - .footer .pull-right { - float: none; - } } diff --git a/docs/base-css.html b/docs/base-css.html index fa41612d8..fee6fc897 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -2145,7 +2145,6 @@ For example, <code><section></code> should be wrapped as inlin ================================================== -->