From f744ad57fcd2d4686861192c453c9e1f2554e9e7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 25 Aug 2012 22:31:10 -0700 Subject: [PATCH] fixes #4676 manually: example html updated --- docs/assets/css/bootstrap.css | 4 +--- docs/components.html | 2 +- docs/templates/pages/components.mustache | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 51c2143766..c01aa8c36a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4152,7 +4152,7 @@ input[type="submit"].btn.btn-mini { } .navbar .btn-group .btn { - margin: 0; + margin-top: 0; } .navbar-form { @@ -4197,8 +4197,6 @@ input[type="submit"].btn.btn-mini { white-space: nowrap; } -.navbar-form .input-append .btn, -.navbar-form .input-prepend .btn, .navbar-form .input-append input, .navbar-form .input-prepend input { margin-top: 0; diff --git a/docs/components.html b/docs/components.html index c93fc2fac9..4eccbbc9ec 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1769,7 +1769,7 @@
 <div class="page-header">
-  <h1>Example page header</h1>
+  <h1>Example page header <small>Subtext for header</small></h1>
 </div>
 
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 596c006c6e..ef02c464a6 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1698,7 +1698,7 @@
 <div class="page-header">
-  <h1>{{_i}}Example page header{{/i}}</h1>
+  <h1>{{_i}}Example page header{{/i}} <small>{{_i}}Subtext for header{{/i}}</small></h1>
 </div>