From 4ccdd4c7d275b3734ea11adec95a0d28d3ddfda6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 7 Oct 2003 21:34:27 +0000 Subject: [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 --- css/css_enums | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/css_enums') 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 -- cgit v1.2.3