summaryrefslogtreecommitdiff
path: root/render/html.h
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 /render/html.h
parenta11aa89b64667542d3884e022c9a547982182d36 (diff)
downloadnetsurf-20583d7288219aefd0a63098f0ab7e674faaa911.tar.gz
netsurf-20583d7288219aefd0a63098f0ab7e674faaa911.tar.bz2
Enable User CSS file.
svn path=/trunk/netsurf/; revision=13507
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/html.h b/render/html.h
index c8e146d90..7f057b44b 100644
--- a/render/html.h
+++ b/render/html.h
@@ -132,7 +132,8 @@ struct content_html_iframe {
#define STYLESHEET_BASE 0 /* base style sheet */
#define STYLESHEET_QUIRKS 1 /* quirks mode stylesheet */
#define STYLESHEET_ADBLOCK 2 /* adblocking stylesheet */
-#define STYLESHEET_START 3 /* start of document stylesheets */
+#define STYLESHEET_USER 3 /* user stylesheet */
+#define STYLESHEET_START 4 /* start of document stylesheets */
/** Render padding and margin box outlines in html_redraw(). */
extern bool html_redraw_debug;