diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 10:46:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 10:46:56 -0300 |
commit | 80cfb185fa2ccd974f9caa7d82065c7f8ad4e0fa (patch) | |
tree | a362e5dd03110e1682785803da865bbf031e98c2 /chrome | |
parent | 3db31ccb7149b1d45317786df37e26d5232125dd (diff) | |
download | firefoxer-80cfb185fa2ccd974f9caa7d82065c7f8ad4e0fa.tar.gz firefoxer-80cfb185fa2ccd974f9caa7d82065c7f8ad4e0fa.tar.bz2 |
Fix: userChrome importing
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/userChrome.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/userChrome.css b/chrome/userChrome.css index b5b7aee..6ebfd6f 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -2,5 +2,5 @@ * userChrome.css for Firefoxer */ -@import url("tabs/hide.css"); -@import url("tabs/tree.css"); +@import "tabs/hide.css"; +@import "tabs/tree.css"; |