From cf5f1c3a3a74d5d444736e5bbe6ecaf55c523467 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Jan 2010 16:07:47 -0500 Subject: [PATCH] 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.) --- doc/style.css | 12 ------------ 1 file changed, 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; } -- 2.45.2