System/Libraries/Css+Html: Handle display: inline-block
This commit is contained in:
parent
49666d7ea9
commit
1cf0007b0b
3 changed files with 186 additions and 87 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue