From ed284d8d579e2ac580d81e1977cd8aa9bea5b1e4 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 18 Dec 2009 22:23:30 +0100 Subject: support border-width: thin | medium | thick --- src/css.hh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/css.hh') diff --git a/src/css.hh b/src/css.hh index 79ba302b..e4041445 100644 --- a/src/css.hh +++ b/src/css.hh @@ -229,6 +229,12 @@ typedef union { char *strVal; } CssPropertyValue; +typedef enum { + CSS_BORDER_WIDTH_THIN, + CSS_BORDER_WIDTH_MEDIUM, + CSS_BORDER_WIDTH_THICK, +} CssBorderWidthExtensions; + typedef enum { CSS_FONT_WEIGHT_BOLD, CSS_FONT_WEIGHT_BOLDER, -- cgit v1.2.3