remove align-top/middle/bottom
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 7 Jan 2010 21:07:47 +0000 (16:07 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 7 Jan 2010 21:07:47 +0000 (16:07 -0500)
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.)

doc/style.css

index c56494fffb9c42bc1c263fef1d4ba3a9f16eff1c..317d4c7aacbb3efb76b52a8c664d11a4cdfdb163 100644 (file)
@@ -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;
 }