diff options
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ class CssProperty { CSS_PROPERTY_BORDER_RIGHT_COLOR, CSS_PROPERTY_BORDER_RIGHT_STYLE, CSS_PROPERTY_BORDER_RIGHT_WIDTH, - CSS_PROPERTY_BORDER_SPACING, + CSS_PROPERTY_BORDER_SPACING_HORIZONTAL, + CSS_PROPERTY_BORDER_SPACING_VERTICAL, CSS_PROPERTY_BORDER_STYLE, CSS_PROPERTY_BORDER_TOP_COLOR, CSS_PROPERTY_BORDER_TOP_STYLE, |