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.)
float:right;
}
-.align-top {
- vertical-align:top;
-}
-
-.align-bottom {
- vertical-align:bottom;
-}
-
-.align-middle {
- vertical-align:middle;
-}
-
#backlinks {
margin-top: 1em;
}