From 63cff4c9a077abbfdcba078c2992c5087aeacb14 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sun, 15 Jul 2012 23:41:07 +0300 Subject: [PATCH] Fixed left and right aligned images in main.css --- pelican/themes/notmyidea/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelican/themes/notmyidea/static/css/main.css b/pelican/themes/notmyidea/static/css/main.css index dce9e247..0648bf2e 100644 --- a/pelican/themes/notmyidea/static/css/main.css +++ b/pelican/themes/notmyidea/static/css/main.css @@ -144,8 +144,8 @@ aside, nav, article, figure { /***** Layout *****/ .body {clear: both; margin: 0 auto; width: 800px;} -img.right figure.right {float: right; margin: 0 0 2em 2em;} -img.left, figure.left {float: right; margin: 0 0 2em 2em;} +img.right, figure.right {float: right; margin: 0 0 2em 2em;} +img.left, figure.left {float: left; margin: 0 2em 2em 0;} /* Header