Skip to content

Commit

Permalink
style(.copyright, blockquote): margin-top
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Mar 2, 2016
1 parent 472df05 commit 8d0463b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/css/_partial/article.styl
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ li:hover {
.copyright {
width: 85%;
max-width: 45em;
margin: 0 auto;
margin: 1.2em auto 0;
padding: .5em 1.8em;
border: 1px solid lightgray;
font-size: .93em;
Expand Down
2 changes: 1 addition & 1 deletion source/css/_partial/customise/blockquote.styl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blockquote
padding .4em 20px
margin-top 10px
margin .5em auto
border-left 4px solid rgba(147, 181, 224, .4)
background rgba(255,255,255,0.4)
p
Expand Down

0 comments on commit 8d0463b

Please sign in to comment.