summaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-12-18 22:23:30 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-12-18 22:23:30 +0100
commited284d8d579e2ac580d81e1977cd8aa9bea5b1e4 (patch)
treefc1776fa844019c31518267352d42772994d319d /src/css.hh
parent83c0cf6af8df3d6603d05dca469ff86102349f48 (diff)
support border-width: thin | medium | thick
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/css.hh b/src/css.hh
index 79ba302b..e4041445 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -230,6 +230,12 @@ typedef union {
} 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,
CSS_FONT_WEIGHT_LIGHT,