From 973283fc5aeff7a21ca4f95deb66e6a2ea515a0c Mon Sep 17 00:00:00 2001 From: jklingen Date: Wed, 21 Dec 2016 23:22:41 +0100 Subject: [PATCH] Added CSS classes to support image alignments as they were in wordpress posts --- css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/main.css b/css/main.css index e44fd16e9..4efa96907 100755 --- a/css/main.css +++ b/css/main.css @@ -43,6 +43,16 @@ .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } + + /* wordpress theme compatibility */ + img.alignleft { + float: left; + padding: 4px 10px 4px 0; + } + img.alignright { + float: right; + padding: 4px 0 4px 10px; + } /**********************************************/