Skip to content

Commit

Permalink
add margins to images (fix #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious authored Jan 19, 2018
1 parent c7fa814 commit 40cc411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions downstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ textarea { vertical-align: text-top; }
textarea, input[type=text], input:not([type]) { font-family: monospace; font-size: 80%; }
input[type] { font-family: sans-serif; font-size: 100%; }
blockquote { padding-left: 1em; margin-left: 0; border-left: 5px solid #ddd; color: #666; }
img[align="right"] { margin-left: 1em; } img[align="left"] { margin-right: 1em; }

/* ---------------------------------------------------------------------------------------------- */
/* Logarithmic size scale for headings (https://github.com/waldyrious/downstyle/issues/30) */
Expand Down

0 comments on commit 40cc411

Please sign in to comment.