Created
May 18, 2012 11:40
-
-
Save meqif/2724825 to your computer and use it in GitHub Desktop.
Travis-CI maximized main column
This file contains hidden or 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
body#home { background: none; } | |
div#left { display: none; width: 0px; } | |
div#main { padding-left: 100px !important; } |
This file contains hidden or 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("travis-ci.org") { | |
body#home { background: none; } | |
div#left { display: none; width: 0px; } | |
div#main { padding-left: 100px !important; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Userstyles for Travis-CI. The first one is for Stylish on Chrome (URLs on the domain: travis-ci.org), the second one is for Stylish on Firefox.