aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
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,