Skip to content

Instantly share code, notes, and snippets.

@max630
Last active December 27, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save max630/7348875 to your computer and use it in GitHub Desktop.
Save max630/7348875 to your computer and use it in GitHub Desktop.
@-moz-document domain("juick.com") {
html, input {
font-size: 100% !important;
}
#topwrapper {
width: auto !important;
}
#content {
width: auto !important;
margin: auto !important;
}
#column {
width: auto !important;
overflow: visible !important;
}
.abs {
position: static !important;
}
.title2 {
display:none !important;
}
.msg {
margin: 1px 0px 2px !important;
}
.msg-cont {
width: auto !important;
padding: 0px !important;
}
.msg-txt {
margin: 0px !important;
}
.msg-ts {
margin: 0px !important;
}
.msg-links {
margin: 0px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment