From: Joey Hess Date: Thu, 7 Jan 2010 21:07:47 +0000 (-0500) Subject: remove align-top/middle/bottom X-Git-Tag: 3.20100122~49 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/cf5f1c3a3a74d5d444736e5bbe6ecaf55c523467 remove align-top/middle/bottom I think we only need left and right align. The other values including top, middle, bottom, baseline, absbottom, etc, don't make much sense when aligning an image that has a caption included. (They're mostly of value when including a image in a line of text like a word.) --- diff --git a/doc/style.css b/doc/style.css index c56494fff..317d4c7aa 100644 --- a/doc/style.css +++ b/doc/style.css @@ -90,18 +90,6 @@ div.tags { float:right; } -.align-top { - vertical-align:top; -} - -.align-bottom { - vertical-align:bottom; -} - -.align-middle { - vertical-align:middle; -} - #backlinks { margin-top: 1em; }