Skip to content

Commit

Permalink
refs #1544 : give margin to artiche region
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Mar 25, 2011
1 parent adf28f9 commit fd4635f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skin/blog/musicpaper/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

body {
font : 1em/1.5 sans-serif;
word-wrap : break-word;
}

a:link, a:visited {
Expand Down Expand Up @@ -174,7 +175,7 @@ article.post header h2 {
}

section.post article {
margin-bottom : 10px;
margin : 0 20px 10px 20px;
}
/* Post styles */
section.post article p {
Expand Down

0 comments on commit fd4635f

Please sign in to comment.