Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions template.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
/*
* Description:
/** ==UserStyle==
* @name Style Name
* @author github-username
* @licence GPLv3
* @description
* Text
* in multiple
* lines
*
* Screenshot:
*
* Contributor(s):
* @homepageURL https://github.com/Timvde/UserChrome-Tweaks
* @supportURL https://github.com/Timvde/UserChrome-Tweaks/issues
*/

/* Please read the code style guidelines in CONTRIBUTING.md */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* Your code here */
@-moz-document url(chrome://browser/content/browser.xul) {
/* Your code here */
}