From 32bcbe5671faf83b9c0161dcae8a1ab0f1d61c59 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 15:00:49 -0800 Subject: [PATCH] cleanup example templates --- docs/assets/css/docs.css | 12 ++++++++++++ docs/getting-started.html | 2 +- docs/templates/pages/getting-started.mustache | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 1d3d01b608..7ab9f58429 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -270,6 +270,18 @@ section > ul li { +/* Example templates +-------------------------------------------------- */ + +.bs-docs-examples h4 { + margin-bottom: 5px; +} +.bs-docs-examples p { + margin-bottom: 20px; +} + + + /* Icons -------------------------------------------------- */ diff --git a/docs/getting-started.html b/docs/getting-started.html index 05feee2a54..02843482f6 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -228,7 +228,7 @@

5. Examples

Move beyond the base template with a few example layouts. We encourage folks to iterate on these examples and not simply use them as an end result.

-
+