Skip to content

Instantly share code, notes, and snippets.

@kxc0re
Last active December 9, 2015 10:43
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 kxc0re/8f652b6cf679c18d51e3 to your computer and use it in GitHub Desktop.
Save kxc0re/8f652b6cf679c18d51e3 to your computer and use it in GitHub Desktop.
Basecamp updated CSS
.panel {
width:100%;
max-width:95%;
}
.u-position-context {
float: left;
margin-left: 20px;
}
.section-header > h1 {
float:left;
text-align:left;
}
.many_lists {
margin-top: 75px;
}
.project-header{
float:none;
}
@-moz-document domain("basecamp.com") {
.panel {
width:100%;
max-width:95%;
}
.u-position-context {
float: left;
margin-left: 20px;
}
.section-header > h1 {
float:left;
text-align:left;
}
.many_lists {
margin-top: 75px;
}
.project-header{
float:none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment