Skip to content

Commit

Permalink
Add border and sizing for images in posts.
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannloose committed Nov 11, 2012
1 parent 61af8b9 commit c066a07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Expand Up @@ -111,6 +111,11 @@ body {
padding: 0.214em 0em 0.722em 0em;
}

#content img {
border: 1px solid #333;
max-width: 100%;
}

#content .highlight {
margin: 0em;
padding: 0.214em 0em 0.722em 0em;
Expand Down

0 comments on commit c066a07

Please sign in to comment.