Skip to content

Instantly share code, notes, and snippets.

@shello
Forked from meqif/chrome.css
Created May 18, 2012 15:13
Show Gist options
  • Save shello/2725795 to your computer and use it in GitHub Desktop.
Save shello/2725795 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; }
#main .tabs { padding-left: 12px; margin-top: 20px; }
@-moz-document domain("travis-ci.org") {
body#home { background: none; }
div#left { display: none; width: 0px; }
div#main { padding-left: 100px !important; }
#main .tabs { padding-left: 12px; margin-top: 20px; }
}
@shello
Copy link
Author

shello commented May 18, 2012

From meqif's gist description-in-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.

I added a left padding to the tabs row because I am picky as hell.

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