mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
System/Libraries/Css+Html: Handle display: inline-block
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#define CSS_DISPLAY_NONE 0
|
||||
#define CSS_DISPLAY_BLOCK 1
|
||||
#define CSS_DISPLAY_INLINE 2
|
||||
#define CSS_DISPLAY_INLINE_BLOCK 3
|
||||
|
||||
#define CSS_TEXT_ALIGN_CENTER 1
|
||||
#define CSS_TEXT_ALIGN_RIGHT 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user