aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/non-responsive/non-responsive.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-07 01:30:28 -0800
committerMark Otto <[email protected]>2014-03-07 01:30:28 -0800
commit0143e38a672335b7ca2d73d0de5b2a2b4618f9e9 (patch)
tree7188809b7c2194fc0aca9a65b7d07725ee4206d5 /docs/examples/non-responsive/non-responsive.css
parent642fd5100293755a6003448d4a481f3b314edf15 (diff)
parent1f148427de6d35a06e225deeee0b162b11955232 (diff)
downloadbootstrap-0143e38a672335b7ca2d73d0de5b2a2b4618f9e9.tar.xz
bootstrap-0143e38a672335b7ca2d73d0de5b2a2b4618f9e9.zip
Merge branch 'master' into document_popover_focus
Conflicts: docs/assets/js/docs.min.js
Diffstat (limited to 'docs/examples/non-responsive/non-responsive.css')
-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;