Created
October 14, 2011 09:47
-
-
Save pmontrasio/1286705 to your computer and use it in GitHub Desktop.
Liquid user style for Firefox for the new ruby-toolbox layout
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
@-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