diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-12-18 22:23:30 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-12-18 22:23:30 +0100 |
commit | ed284d8d579e2ac580d81e1977cd8aa9bea5b1e4 (patch) | |
tree | fc1776fa844019c31518267352d42772994d319d /src/css.hh | |
parent | 83c0cf6af8df3d6603d05dca469ff86102349f48 (diff) |
support border-width: thin | medium | thick
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, |