System/Libraries/Css/Tokenizer: Oopsie woopsie
This commit is contained in:
parent
dad03ba4eb
commit
6d384f81cd
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
#define CSS_DISTANCE_UNDEFINED 0
|
||||
#define CSS_DISTANCE_PIXELS 1
|
||||
#define CSS_DISTANCE_EM 2
|
||||
#define CSS_DISTANCE_PERCENT 2
|
||||
#define CSS_DISTANCE_AUTO 3
|
||||
#define CSS_DISTANCE_PERCENT 3
|
||||
#define CSS_DISTANCE_AUTO 4
|
||||
|
||||
#define CSS_TEXT_ALIGN_LEFT 0
|
||||
#define CSS_TEXT_ALIGN_CENTER 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue