diff options
author | corvid <corvid@lavabit.com> | 2009-12-20 21:09:57 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-12-20 21:09:57 +0000 |
commit | 80e2925a353d122cff1a42d86348228d1d8b182b (patch) | |
tree | fea4e71a01da71c1bc3a2f416097648d1a1b184b /dw | |
parent | 6910376475469513dfcd05c39a8a36d672abd959 (diff) |
recognize text-{top,bottom} as vertical-align values
Diffstat (limited to 'dw')
-rw-r--r-- | dw/style.hh | 4 |
1 files changed, 3 insertions, 1 deletions
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, }; /** |