Skip to content

Instantly share code, notes, and snippets.

@STrRedWolf
Last active August 29, 2015 14:01
Show Gist options
  • Save STrRedWolf/b0362f1e4601a7c48acd to your computer and use it in GitHub Desktop.
Save STrRedWolf/b0362f1e4601a7c48acd to your computer and use it in GitHub Desktop.
Stylish: Canmephian customization
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#personal-bookmarks .bookmark-item[container] > .toolbarbutton-menu-dropmarker {
display:none!important;
}
@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