Don't override UA stylesheet origin with User origin.

svn path=/trunk/netsurf/; revision=13508
This commit is contained in:
Michael Drake 2012-03-06 18:02:55 +00:00
parent 20583d7288
commit e8b0c03cdb
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ void html_finish_conversion(html_content *c)
if (i < STYLESHEET_USER)
origin = CSS_ORIGIN_UA;
if (i < STYLESHEET_START)
else if (i < STYLESHEET_START)
origin = CSS_ORIGIN_USER;
if (hsheet->type == HTML_STYLESHEET_EXTERNAL &&