Skip to content

Commit

Permalink
Merge pull request #6 from qiankanglai/master
Browse files Browse the repository at this point in the history
Make img in posts center
  • Loading branch information
studiomohawk committed Apr 5, 2013
2 parents 35c5c83 + 78ada63 commit 426c717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/themes/the-minimum/css/style.css
Expand Up @@ -358,7 +358,7 @@ pre {
.unit-article img {
display: block;
margin-left: auto;
margin-left: auto;
margin-right: auto;
}
.unit-article img.left {
margin-right: 16px;
Expand Down
2 changes: 1 addition & 1 deletion assets/themes/the-minimum/css/style.less
Expand Up @@ -149,7 +149,7 @@ pre {
img {
display: block;
margin-left: auto;
margin-left: auto;
margin-right: auto;
}
img.left { margin-right: 16px; }
img.right { margin-left: 16px; }
Expand Down

0 comments on commit 426c717

Please sign in to comment.