Skip to content

Instantly share code, notes, and snippets.

@pmontrasio
Created October 14, 2011 09:47
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 pmontrasio/1286705 to your computer and use it in GitHub Desktop.
Save pmontrasio/1286705 to your computer and use it in GitHub Desktop.
Liquid user style for Firefox for the new ruby-toolbox layout
@-moz-document domain("ruby-toolbox.com") {
#content {width:70% !important;margin-right:1% !important}
#sidebar {width:28% !important}
#full {width:auto !important}
.container {margin-left:0.4% !important;margin-right:0.4% !important;width:auto !important;}
#main #full .featured {width:19% !important;margin-right:0.8% !important}
#main #full .featured .inner {height:195px !important;text-overflow:ellipsis !important;overflow:hidden !important}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment