You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
263 B
Markdown

6 years ago
# Collection of random CSS hacks for Firefox
6 years ago
6 years ago
# Usage
6 years ago
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");
```