diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-09 18:48:47 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-12-09 18:48:47 +0100 |
commit | 4dca98aacfef91d9cad0f25fd161d84be71d24b1 (patch) | |
tree | ed0c3725926171fe847d0fdd56eb9399be9ea677 /src/css.hh | |
parent | 590b7605d413d89ffce2d98c4595d9262582be03 (diff) |
use CssLength type
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ enum { CSS_LENGTH_TYPE_EM, CSS_LENGTH_TYPE_EX, CSS_LENGTH_TYPE_PERCENTAGE, + CSS_LENGTH_TYPE_RELATIVE, /* This does not exist in CSS but + is used in HTML */ CSS_LENGTH_TYPE_AUTO /* This can be used as a simple value. */ }; |