From 32eba1163814b79330c13acc25ca2dcc945b961c Mon Sep 17 00:00:00 2001 From: Nezmumisama Date: Sun, 2 Feb 2014 10:53:03 +0100 Subject: [PATCH] Fixed css to work with latest version of stylish (see: https://github.com/JasonBarnabe/stylish/issues/78). --- stylish/forms.css | 1 + stylish/xul.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stylish/forms.css b/stylish/forms.css index 1ad1569..3cf6886 100644 --- a/stylish/forms.css +++ b/stylish/forms.css @@ -6,6 +6,7 @@ Note: this file is intended to be used with Firefox (gecko). Some parts may be useful for other layout engines, of course. */ +/* AGENT_SHEET */ @namespace url(http://www.w3.org/1999/xhtml); @namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Note: normally, Firefox uses the native drop-down list widget (the Gtk2 one on X11) diff --git a/stylish/xul.css b/stylish/xul.css index 76c7a03..439d964 100644 --- a/stylish/xul.css +++ b/stylish/xul.css @@ -2,7 +2,7 @@ TODO: toolbar height dependant on icon height */ - +/* AGENT_SHEET */ @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); @namespace html url("http://www.w3.org/1999/xhtml"); /* searchbar */