Support "half" class, eg. [[image/half/center:...]]

This commit is contained in:
Alex Schroeder
2012-06-27 16:52:07 +02:00
parent 741601489f
commit eb4a4653a2

View File

@@ -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;
}