From 91300f840ff90b108658a63bb8fdfe21a8f45c4b Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 4 May 2002 21:17:06 +0000 Subject: [project @ 2002-05-04 21:17:06 by bursa] Added code to use style attribute of elements. svn path=/import/netsurf/; revision=14 --- render/css_enums | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/css_enums') diff --git a/render/css_enums b/render/css_enums index 96ce8ef56..4f8a3f8b0 100644 --- a/render/css_enums +++ b/render/css_enums @@ -5,8 +5,8 @@ css_background_repeat inherit repeat repeat_x repeat_y no_repeat css_border_width inherit medium thin thick length css_border_style inherit none dashed dotted double groove inset outset ridge solid css_clear none both left right -css_display inline block list-item run-in compact marker table inline-table table-row-group table-header-group table-footer-group table-row table-column-group table-column table-cell table-caption none -css_float none left right +css_display inherit inline block list-item run-in compact marker table inline-table table-row-group table-header-group table-footer-group table-row table-column-group table-column table-cell table-caption none +css_float inherit none left right css_font_style normal italic oblique css_font_variant normal smallcaps css_font_weight normal bold bolder lighter 100 200 300 400 500 600 700 800 900 -- cgit v1.2.3