From b1146a417a2f0b5d57436c7e4f9345eff122b8e1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 25 Nov 2008 02:04:52 +0000 Subject: list-style-type. Apparently, upper-greek doesn't exist, so remove it from the bytecode. svn path=/trunk/libcss/; revision=5769 --- src/bytecode/opcodes.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/bytecode/opcodes.h') diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h index a6a477b..b97b738 100644 --- a/src/bytecode/opcodes.h +++ b/src/bytecode/opcodes.h @@ -327,14 +327,13 @@ enum op_list_style_type { LIST_STYLE_TYPE_LOWER_ROMAN = 0x0005, LIST_STYLE_TYPE_UPPER_ROMAN = 0x0006, LIST_STYLE_TYPE_LOWER_GREEK = 0x0007, - LIST_STYLE_TYPE_UPPER_GREEK = 0x0008, - LIST_STYLE_TYPE_LOWER_LATIN = 0x0009, - LIST_STYLE_TYPE_UPPER_LATIN = 0x000a, - LIST_STYLE_TYPE_ARMENIAN = 0x000b, - LIST_STYLE_TYPE_GEORGIAN = 0x000c, - LIST_STYLE_TYPE_LOWER_ALPHA = 0x000d, - LIST_STYLE_TYPE_UPPER_ALPHA = 0x000e, - LIST_STYLE_TYPE_NONE = 0x000f, + LIST_STYLE_TYPE_LOWER_LATIN = 0x0008, + LIST_STYLE_TYPE_UPPER_LATIN = 0x0009, + LIST_STYLE_TYPE_ARMENIAN = 0x000a, + LIST_STYLE_TYPE_GEORGIAN = 0x000b, + LIST_STYLE_TYPE_LOWER_ALPHA = 0x000c, + LIST_STYLE_TYPE_UPPER_ALPHA = 0x000d, + LIST_STYLE_TYPE_NONE = 0x000e, }; enum op_margin { -- cgit v1.2.3