aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-12 17:12:06 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-12 17:12:06 +0100
commitf0ff2666ee539ba7617715fd2e4f7ac018c2ef32 (patch)
treefe980599e74cad90b32a4ba9e0d74e5a9d4f1b1b /src/css.hh
parentcc16b2f8ff1462f50975b2777b946b29aaa65831 (diff)
reconcile CssProperty::Name and Css_property_info
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/css.hh b/src/css.hh
index d196fe1e..5be090fe 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -28,8 +28,7 @@ class CssProperty {
CSS_PROPERTY_BORDER_RIGHT_COLOR,
CSS_PROPERTY_BORDER_RIGHT_STYLE,
CSS_PROPERTY_BORDER_RIGHT_WIDTH,
- CSS_PROPERTY_BORDER_SPACING_HORIZONTAL,
- CSS_PROPERTY_BORDER_SPACING_VERTICAL,
+ CSS_PROPERTY_BORDER_SPACING,
CSS_PROPERTY_BORDER_STYLE,
CSS_PROPERTY_BORDER_TOP_COLOR,
CSS_PROPERTY_BORDER_TOP_STYLE,