From 63b6455f7365507ce502369b738ecc09e54e25ed Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 13 Apr 2003 12:50:10 +0000 Subject: [project @ 2003-04-13 12:50:10 by bursa] style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124 --- css/css.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css/css.h') diff --git a/css/css.h b/css/css.h index c0b92ac65..2e89345c5 100644 --- a/css/css.h +++ b/css/css.h @@ -1,5 +1,5 @@ /** - * $Id: css.h,v 1.5 2003/04/06 18:09:34 bursa Exp $ + * $Id: css.h,v 1.6 2003/04/13 12:50:10 bursa Exp $ */ #ifndef _NETSURF_CSS_CSS_H_ @@ -190,5 +190,6 @@ void css_get_style(struct content *c, struct css_selector * selector, void css_cascade(struct css_style * const style, const struct css_style * const apply); void css_merge(struct css_style * const style, const struct css_style * const apply); void css_parse_property_list(struct css_style * style, char * str); +colour named_colour(const char *name); #endif -- cgit v1.2.3