summaryrefslogtreecommitdiff
path: root/content/fetchers/resource.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-06 17:44:24 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-06 17:44:24 +0000
commit20583d7288219aefd0a63098f0ab7e674faaa911 (patch)
tree68db2ce53ecb7de721e294edb5e00f813af192d3 /content/fetchers/resource.c
parenta11aa89b64667542d3884e022c9a547982182d36 (diff)
downloadnetsurf-20583d7288219aefd0a63098f0ab7e674faaa911.tar.gz
netsurf-20583d7288219aefd0a63098f0ab7e674faaa911.tar.bz2
Enable User CSS file.
svn path=/trunk/netsurf/; revision=13507
Diffstat (limited to 'content/fetchers/resource.c')
-rw-r--r--content/fetchers/resource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetchers/resource.c b/content/fetchers/resource.c
index dc6fd8c72..1cd04f2dd 100644
--- a/content/fetchers/resource.c
+++ b/content/fetchers/resource.c
@@ -76,6 +76,7 @@ static const char *fetch_resource_paths[] = {
"default.css",
"internal.css",
"quirks.css",
+ "user.css",
"credits.html",
"licence.html",
"favicon.ico",