initial commit

This commit is contained in:
MrOtherGuy
2018-10-21 18:44:14 +03:00
commit 15cb67cf2c
12 changed files with 864 additions and 0 deletions

13
README.md Normal file
View 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");
```