diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-12 17:12:06 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-12 17:12:06 +0100 |
commit | f0ff2666ee539ba7617715fd2e4f7ac018c2ef32 (patch) | |
tree | fe980599e74cad90b32a4ba9e0d74e5a9d4f1b1b /src/css.hh | |
parent | cc16b2f8ff1462f50975b2777b946b29aaa65831 (diff) |
reconcile CssProperty::Name and Css_property_info
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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, |