aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-10 20:07:48 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-10 20:07:48 +0100
commit827fe83a429f7bceebfde326c8cff7723f971edd (patch)
tree3a11d32824c9dc931196f593543e71eed6448d3b /src/css.hh
parentfb551355dfb2f49d56cdaab8a55ed3cb00ec7dc8 (diff)
add CSS_PROPERTY_BORDER_SPACING_HORIZONTAL, CSS_PROPERTY_BORDER_SPACING_VERTICAL
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css.hh b/src/css.hh
index c1ea2f8f..2eb7f114 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -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,