diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 10:31:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 10:31:23 -0300 |
commit | 3db31ccb7149b1d45317786df37e26d5232125dd (patch) | |
tree | abe67015622898f20ab094368af902812b4fae12 /chrome/misc/include.css | |
parent | 083a41a2c2cdf7fe5d8299e12c443683c6790a2b (diff) | |
download | firefoxer-3db31ccb7149b1d45317786df37e26d5232125dd.tar.gz firefoxer-3db31ccb7149b1d45317786df37e26d5232125dd.tar.bz2 |
Populate
Diffstat (limited to 'chrome/misc/include.css')
-rw-r--r-- | chrome/misc/include.css | 6 |
1 files changed, 6 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"); |