Skip to content

Commit

Permalink
Fixing stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
mabrowning committed Jul 4, 2013
1 parent bc83ee7 commit f3aca8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ img {
margin: 10px 0 32px 0;
border: 1px solid #ccc;
}
img.header
{
margin: 0 auto;
max-width: 400px;
border: 0;
}


/* Code blocks */
Expand Down Expand Up @@ -410,4 +416,4 @@ footer {
font-size:12pt;
color:#444;
}
}
}

0 comments on commit f3aca8f

Please sign in to comment.