diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-10 20:07:48 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-10 20:07:48 +0100 |
commit | 827fe83a429f7bceebfde326c8cff7723f971edd (patch) | |
tree | 3a11d32824c9dc931196f593543e71eed6448d3b /src/css.hh | |
parent | fb551355dfb2f49d56cdaab8a55ed3cb00ec7dc8 (diff) |
add CSS_PROPERTY_BORDER_SPACING_HORIZONTAL, CSS_PROPERTY_BORDER_SPACING_VERTICAL
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, |