Skip to content

Instantly share code, notes, and snippets.

@meqif
Created May 18, 2012 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save meqif/2724825 to your computer and use it in GitHub Desktop.
Save meqif/2724825 to your computer and use it in GitHub Desktop.
Travis-CI maximized main column
body#home { background: none; }
div#left { display: none; width: 0px; }
div#main { padding-left: 100px !important; }
@-moz-document domain("travis-ci.org") {
body#home { background: none; }
div#left { display: none; width: 0px; }
div#main { padding-left: 100px !important; }
}
@meqif
Copy link
Author

meqif commented May 18, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment