aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-01-07 16:07:47 -0500
committerJoey Hess <joey@gnu.kitenet.net>2010-01-07 16:07:47 -0500
commitcf5f1c3a3a74d5d444736e5bbe6ecaf55c523467 (patch)
treed47a5164f02e7c17d3e369cb80c5afab8e6fe0c1 /doc/style.css
parentbde52652152cb4105665f18569fd807b08025d59 (diff)
downloadikiwiki-cf5f1c3a3a74d5d444736e5bbe6ecaf55c523467.tar
ikiwiki-cf5f1c3a3a74d5d444736e5bbe6ecaf55c523467.tar.gz
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.)
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css12
1 files changed, 0 insertions, 12 deletions
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;
}