summaryrefslogtreecommitdiff
path: root/css/css_enums
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-10-07 21:34:27 +0000
committerJames Bursa <james@netsurf-browser.org>2003-10-07 21:34:27 +0000
commit4ccdd4c7d275b3734ea11adec95a0d28d3ddfda6 (patch)
tree44d9e70651ec2ab2a012bc8c25fdf402bcd37e12 /css/css_enums
parent5d99ab2ff825014e070a4eb8a8c973881295aa80 (diff)
downloadnetsurf-4ccdd4c7d275b3734ea11adec95a0d28d3ddfda6.tar.gz
netsurf-4ccdd4c7d275b3734ea11adec95a0d28d3ddfda6.tar.bz2
[project @ 2003-10-07 21:34:27 by bursa]
Implement white-space property, rename struct node to struct css_node and NODE_* to CSS_NODE_*. svn path=/import/netsurf/; revision=347
Diffstat (limited to 'css/css_enums')
-rw-r--r--css/css_enums2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/css_enums b/css/css_enums
index 56f5c63ab..19b626026 100644
--- a/css/css_enums
+++ b/css/css_enums
@@ -18,4 +18,4 @@ css_text_align inherit left right center justify
css_text_decoration none blink line_through overline underline
css_text_transform none capitalize lowercase uppercase
css_vertical_align baseline bottom middle sub super text_bottom text_top top percent
-css_white_space normal nowrap pre
+css_white_space inherit normal nowrap pre