Skip to content

Commit

Permalink
Added styles for h3 and h4 tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed May 6, 2012
1 parent 9d1925e commit c383088
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions blog/static/style/screen.css
Expand Up @@ -17,6 +17,14 @@ h2 {
color: #003153; font-size: 25px; margin-bottom: 10px;
}

h3 {
color: #003153; font-size: 21px; margin: 20px 0;
}

h4 {
border-bottom: 1px #ddd solid; color: #2a5e82; font-size: 18px; margin: 20px 0;
}

header, footer, nav, article, section {
display: block;
}
Expand Down

0 comments on commit c383088

Please sign in to comment.