diff options
| author | Mark Otto <[email protected]> | 2013-12-15 11:33:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 11:33:06 -0800 |
| commit | f60b8169c67fd5c79fb026071f9334dcf1e9f636 (patch) | |
| tree | ce779b66d01d669ee8ac8367d9b61e18c8e82332 /examples | |
| parent | a7029edc612745db1edb318b366d7bf229c3a8a5 (diff) | |
| download | bootstrap-f60b8169c67fd5c79fb026071f9334dcf1e9f636.tar.xz bootstrap-f60b8169c67fd5c79fb026071f9334dcf1e9f636.zip | |
finalize blog template
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/blog/blog.css | 9 | ||||
| -rw-r--r-- | examples/screenshots/blog.jpg | bin | 0 -> 122350 bytes |
2 files changed, 7 insertions, 2 deletions
diff --git a/examples/blog/blog.css b/examples/blog/blog.css index b9895ac9a..82ba9d0d5 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 Binary files differnew file mode 100644 index 000000000..13425d3bf --- /dev/null +++ b/examples/screenshots/blog.jpg |
