Skip to content

Commit

Permalink
style improvements + added blogger export
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Sep 14, 2012
1 parent 5fb543b commit bdd71f3
Show file tree
Hide file tree
Showing 5 changed files with 2,139 additions and 17 deletions.
4 changes: 2 additions & 2 deletions _includes/themes/twitter/default.html
Expand Up @@ -97,10 +97,10 @@ <h2 class="profile-name">Juri Strumpflohner</h2>
</div>

</div>
<section class="span8 main-content">
<section class="span7 main-content">
{{content}}
</section>
<section class="span2">
<section class="span3">
</section>
</div>

Expand Down
21 changes: 11 additions & 10 deletions assets/themes/twitter/css/style.css
Expand Up @@ -100,21 +100,22 @@ article > h1 {
margin-bottom:0;
}

.article-body > h2 {
font-size:25px;
}

.article-body > h3 {
font-size:22px;
}

.article-body {
font-family: calibri,tahoma,arial,sans-serif;
font-size:18px;
font-weight:300;
padding-top:35px;
}

.article-body > p:first-child {
font-size:22px;
font-size:21px;
font-weight:300;
}
}

.article-body > h2 {
font-size:25px;
}

.article-body > h3 {
font-size:22px;
}

0 comments on commit bdd71f3

Please sign in to comment.