initial commit
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
* Collection of random CSS hacks for Firefox
|
||||
|
||||
* Usage
|
||||
|
||||
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");
|
||||
```
|
||||
Reference in New Issue
Block a user