aboutsummaryrefslogtreecommitdiff
path: root/dw/style.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2012-01-21 22:32:41 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2012-01-21 22:32:41 +0100
commitca3f6616f18019feec480af2e4d5898bad3969d0 (patch)
treea955dfe1c2d9f3bf114f001e503c5dcf2a8fad96 /dw/style.hh
parenta987a45a6d6bdf27aecf1ef0625801834ab27e44 (diff)
add inline-block to possible display: values
Diffstat (limited to 'dw/style.hh')
-rw-r--r--dw/style.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/style.hh b/dw/style.hh
index dffb84bb..f69e5015 100644
--- a/dw/style.hh
+++ b/dw/style.hh
@@ -260,6 +260,7 @@ enum TextTransform {
enum DisplayType {
DISPLAY_BLOCK,
DISPLAY_INLINE,
+ DISPLAY_INLINE_BLOCK,
DISPLAY_LIST_ITEM,
DISPLAY_NONE,
DISPLAY_TABLE,