diff --git a/examples/blog/blog.css b/examples/blog/blog.css index b9895ac9a7..82ba9d0d54 100644 --- a/examples/blog/blog.css +++ b/examples/blog/blog.css @@ -3,7 +3,8 @@ */ body { - + font-family: Georgia, "Times New Roman", Times, serif; + color: #555; } h1, .h1, @@ -12,9 +13,13 @@ h3, .h3, h4, .h4, h5, .h5, h6, .h6 { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;; + font-weight: normal; + color: #333; margin-top: 0; } + /* * Override Bootstrap's default container. */ @@ -97,7 +102,7 @@ h6, .h6 { */ .blog-main { - font-size: 16px; + font-size: 18px; line-height: 1.5; } diff --git a/examples/screenshots/blog.jpg b/examples/screenshots/blog.jpg new file mode 100644 index 0000000000..13425d3bff Binary files /dev/null and b/examples/screenshots/blog.jpg differ diff --git a/getting-started.html b/getting-started.html index ba4735a31b..5b88dfbe29 100644 --- a/getting-started.html +++ b/getting-started.html @@ -277,6 +277,15 @@ bootstrap/

Dashboard

Basic structure for a admin dashboard with fixed sidebar and navbar.

+
+ + + +

Blog

+

Simple two-column blog layout with custom navigation, header, and type.

+
+
+
@@ -284,8 +293,6 @@ bootstrap/

Non-responsive Bootstrap

Easily disable the responsiveness of Bootstrap per our docs.

-
-