From 80e2925a353d122cff1a42d86348228d1d8b182b Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 20 Dec 2009 21:09:57 +0000 Subject: recognize text-{top,bottom} as vertical-align values --- dw/style.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dw') diff --git a/dw/style.hh b/dw/style.hh index 55d6fc9f..231f879a 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -237,7 +237,9 @@ enum VAlignType { VALIGN_MIDDLE, VALIGN_BASELINE, VALIGN_SUB, - VALIGN_SUPER + VALIGN_SUPER, + VALIGN_TEXT_TOP, + VALIGN_TEXT_BOTTOM, }; /** -- cgit v1.2.3