Change site styles structure for a more generic one

This commit is contained in:
Quentin Rameau
2017-04-27 15:01:54 +02:00
parent 5c52733984
commit d0e3c69e59
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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" },
};