2018-10-21 18:27:25 +00:00
|
|
|
# Collection of random CSS hacks for Firefox
|
2018-10-21 15:44:14 +00:00
|
|
|
|
2018-10-21 18:27:25 +00:00
|
|
|
# Usage
|
2018-10-21 15:44:14 +00:00
|
|
|
|
|
|
|
Use stylesheets under "chrome" in userChrome.css
|
|
|
|
|
|
|
|
Use stylesheets under "content" in userContent.css
|
|
|
|
|
|
|
|
You can import the stylesheets with @-rule import like this:
|
|
|
|
|
|
|
|
```css
|
|
|
|
@import url("path/filename.css");
|
|
|
|
```
|