From 2920bca14adbf145d64754b1ef8e6b888c7995ee Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 9 Apr 2005 09:47:37 +0000 Subject: [project @ 2005-04-09 09:47:36 by bursa] Move HTML contents almost fully over to talloc(), simplifying code. Improvements to title attributes, broken forms, cellpadding. Reorder functions in box_construct.c. svn path=/import/netsurf/; revision=1608 --- css/css.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'css/css.h') diff --git a/css/css.h b/css/css.h index 99e9b4463..d9701cbbe 100644 --- a/css/css.h +++ b/css/css.h @@ -149,16 +149,6 @@ struct css_content { /** Representation of a complete CSS 2 style. */ struct css_style { - /* html styles that don't translate directly to CSS */ - struct { - struct { - enum { CSS_CELLPADDING_INHERIT, - CSS_CELLPADDING_VALUE, - CSS_CELLPADDING_NOT_SET } type; - int value; - } cellpadding; - } html_style; - /* background properties */ css_background_attachment background_attachment; colour background_color; @@ -378,7 +368,6 @@ struct css_style { struct css_length length; float percent; } value; - bool override_cellpadding; /* override HTML setting */ } padding[4]; /**< top, right, bottom, left */ css_page_break_after page_break_after; -- cgit v1.2.3