Skip to content

Commit

Permalink
finalize blog template
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 15, 2013
1 parent a7029ed commit f60b816
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 7 additions & 2 deletions examples/blog/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
*/

body {

font-family: Georgia, "Times New Roman", Times, serif;
color: #555;
}

h1, .h1,
Expand All @@ -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.
*/
Expand Down Expand Up @@ -97,7 +102,7 @@ h6, .h6 {
*/

.blog-main {
font-size: 16px;
font-size: 18px;
line-height: 1.5;
}

Expand Down
Binary file added examples/screenshots/blog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,22 @@ <h4>Cover</h4>
<h4>Dashboard</h4>
<p>Basic structure for a admin dashboard with fixed sidebar and navbar.</p>
</div>
<div class="col-xs-6 col-md-4">
<a class="thumbnail" href="../examples/blog/">
<img src="../examples/screenshots/blog.jpg" alt="">
</a>
<h4>Blog</h4>
<p>Simple two-column blog layout with custom navigation, header, and type.</p>
</div>
<div class="clearfix visible-xs"></div>

<div class="col-xs-6 col-md-4">
<a class="thumbnail" href="../examples/non-responsive/">
<img src="../examples/screenshots/non-responsive.jpg" alt="">
</a>
<h4>Non-responsive Bootstrap</h4>
<p>Easily disable the responsiveness of Bootstrap <a href="../getting-started/#disable-responsive">per our docs</a>.</p>
</div>
<div class="clearfix visible-xs"></div>

<div class="col-xs-6 col-md-4">
<a class="thumbnail" href="../examples/theme/">
<img src="../examples/screenshots/theme.jpg" alt="">
Expand Down

0 comments on commit f60b816

Please sign in to comment.