diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 36658210..458fa234 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -622,6 +622,10 @@ form.well { /* Eaxmples page ------------------------- */ +.bootstrap-examples p { + font-size: 13px; + line-height: 18px; +} .bootstrap-examples .thumbnail { margin-bottom: 9px; background-color: #fff; diff --git a/docs/examples.html b/docs/examples.html index ef2dde5b..06b70b9b 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -84,21 +84,21 @@
Featuring a hero unit for a primary message and three supporting elements.
Uses our new responsive, fluid grid system to create a seamless liquid layout.
diff --git a/docs/templates/pages/examples.mustache b/docs/templates/pages/examples.mustache
index dee7d565..e5c9143e 100644
--- a/docs/templates/pages/examples.mustache
+++ b/docs/templates/pages/examples.mustache
@@ -7,21 +7,21 @@