Add simple support for the display CSS property
commitade2ae0a693c528b5fb257798b1c5c2bcc22b17e
authorPetr Baudis <pasky@suse.cz>
Thu, 22 Sep 2005 20:07:33 +0000 (22 22:07 +0200)
committerPetr Baudis <xpasky@machine.(none)>
Thu, 22 Sep 2005 20:07:33 +0000 (22 22:07 +0200)
tree14db6c3c3ac552c29c17a82dc6fb5ce28a6c5fbd
parent31bdf06d8fbc7004b1805b70b23db23ebfd92ce6
Add simple support for the display CSS property

display: inline, display: block and display: inline-block (aliased to
inline) is now supported. I hope I didn't break anything. :-)

This makes the new yucky CSS'd slashdot look at least a bit better.
src/document/css/apply.c
src/document/css/property.c
src/document/css/property.h
src/document/css/value.c
src/document/css/value.h
src/document/html/parser/parse.c