diff options
Diffstat (limited to 'chrome/misc')
-rw-r--r-- | chrome/misc/include.css | 6 | ||||
-rw-r--r-- | chrome/misc/orig.css | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/chrome/misc/include.css b/chrome/misc/include.css new file mode 100644 index 0000000..6bb46df --- /dev/null +++ b/chrome/misc/include.css @@ -0,0 +1,6 @@ +/** + * Example userChrome.css to include another one. + * + * You might also be interested in using symbolic links. + */ +@import url("../../../firefoxer/userChrome/userChrome.css"); diff --git a/chrome/misc/orig.css b/chrome/misc/orig.css new file mode 100644 index 0000000..90a2e64 --- /dev/null +++ b/chrome/misc/orig.css @@ -0,0 +1,4 @@ +/** + * Old original userChrome.css + */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |