System/Libraries/Css/Tokenizer: Add CSS_BORDER properties
This commit is contained in:
parent
75a11896ae
commit
37421e69dc
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
#define CSS_BORDER_NONE 0
|
||||
#define CSS_BORDER_HIDDEN 1
|
||||
#define CSS_BORDER_DOTTED 2
|
||||
#define CSS_BORDER_DASHED 3
|
||||
#define CSS_BORDER_SOLID 4
|
||||
#define CSS_BORDER_DOUBLE 5
|
||||
#define CSS_BORDER_GROOVE 6
|
||||
#define CSS_BORDER_RIDGE 7
|
||||
#define CSS_BORDER_INSET 8
|
||||
#define CSS_BORDER_OUTSET 9
|
||||
|
||||
#define CSS_DISPLAY_NONE 0
|
||||
#define CSS_DISPLAY_BLOCK 1
|
||||
#define CSS_DISPLAY_INLINE 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue