Last active
August 29, 2015 14:01
-
-
Save STrRedWolf/b0362f1e4601a7c48acd to your computer and use it in GitHub Desktop.
Stylish: Canmephian customization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
#personal-bookmarks .bookmark-item[container] > .toolbarbutton-menu-dropmarker { | |
display:none!important; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("picarto.tv") { | |
#msgs li { | |
font-size: 12px !important; | |
padding: 1px 1px 1px 1px !important; | |
line-height: 1.2em !important; | |
} | |
.msgAdminContent,.msgContent { | |
line-height: 1em !important; | |
} | |
span.msgContent { | |
letter-spacing: 0px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment