System/Libraries/Css+Html: Handle display: inline-block

This commit is contained in:
Alec Murphy 2025-04-22 15:34:17 -04:00
parent 49666d7ea9
commit 1cf0007b0b
3 changed files with 186 additions and 87 deletions

View file

@ -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