From d0e3c69e5920eecd7ac7e12c39ccb10e2ca5410d Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Thu, 27 Apr 2017 15:01:54 +0200 Subject: Change site styles structure for a more generic one --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index dce76f8..712f975 100644 --- a/config.def.h +++ b/config.def.h @@ -90,7 +90,7 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | * The iteration will stop at the first match, beginning at the beginning of * the list. */ -static SiteStyle styles[] = { +static SiteSpecific styles[] = { /* regexp file in $styledir */ { ".*", "default.css" }, }; -- cgit v1.2.3