From f3aca8f960e11f9123e63d8ad38c92325be0fa4f Mon Sep 17 00:00:00 2001 From: Mark Browning Date: Thu, 4 Jul 2013 08:35:03 -0500 Subject: [PATCH] Fixing stylesheet --- stylesheets/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index f14d9e46..dd7a636d 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -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 */ @@ -410,4 +416,4 @@ footer { font-size:12pt; color:#444; } -} \ No newline at end of file +}