aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/non-responsive
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-09 22:01:38 -0700
committerMark Otto <[email protected]>2014-03-09 22:01:38 -0700
commitccb17f110de8e90773a6ebfda9e35306d625dc78 (patch)
treead1bc7e6bc41eb9805b6a2531c5c37df7a92cb87 /docs/examples/non-responsive
parentbdd7651e323a93a4e3d207463451dd374b0a70fa (diff)
parentb1f71e5292017aca978fabb74d256989e1eeea07 (diff)
downloadbootstrap-ccb17f110de8e90773a6ebfda9e35306d625dc78.tar.xz
bootstrap-ccb17f110de8e90773a6ebfda9e35306d625dc78.zip
Merge branch 'master' into fix-8869
Diffstat (limited to 'docs/examples/non-responsive')
-rw-r--r--docs/examples/non-responsive/non-responsive.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/examples/non-responsive/non-responsive.css b/docs/examples/non-responsive/non-responsive.css
index b0e1920b4..c36e82e38 100644
--- a/docs/examples/non-responsive/non-responsive.css
+++ b/docs/examples/non-responsive/non-responsive.css
@@ -11,6 +11,11 @@ body {
padding-bottom: 30px;
}
+/* Don't let the lead text change font-size. */
+.lead {
+ font-size: 16px;
+}
+
/* Finesse the page header spacing */
.page-header {
margin-bottom: 30px;