Skip to content

Commit

Permalink
Fix date padding
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Oct 7, 2013
1 parent 2532908 commit 234125e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion log/_article.html.erb
Expand Up @@ -33,6 +33,9 @@
.post {
padding-top: 90px;
}
.post p:first-child {
margin-top: 0;
}
.post .body, .post header {
font-family: "Times New Roman", Times, serif;
width: 640px;
Expand All @@ -45,7 +48,8 @@
}
.post .date {
display: block;
padding-top: 10px;
padding: 10px 0;
font-size: 11px;
}
.post .date, .post blockquote {
color: #777;
Expand Down

0 comments on commit 234125e

Please sign in to comment.