From eb4a4653a29bff27ccf2ab50ae68d75889fbefcc Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 27 Jun 2012 16:52:07 +0200 Subject: [PATCH] Support "half" class, eg. [[image/half/center:...]] --- css/alex-2012.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/alex-2012.css b/css/alex-2012.css index 9548ab94..3d6fbb8d 100644 --- a/css/alex-2012.css +++ b/css/alex-2012.css @@ -336,6 +336,7 @@ div.image span.caption { .left { float:left; margin-right: 1em; } .right { float:right; margin-left: 1em; } +.half a img { height: 50%; width: 50%; } div.left .left, div.right .right { float:none; }