Skip to content

Instantly share code, notes, and snippets.

@psynaptic
Created April 24, 2012 12:54
Show Gist options
  • Select an option

  • Save psynaptic/2479408 to your computer and use it in GitHub Desktop.

Select an option

Save psynaptic/2479408 to your computer and use it in GitHub Desktop.
#application-tabs {
display: none;
}
#omnibar-container {
display: none;
}
.aui-theme-default #content {
padding: 0;
}
#dashboard-content {
border: none;
}
body {
min-width: 0;
}
header#stalker {
position: relative !important;
top: 0 !important;
}
header#header {
opacity: 1 !important;
}
.stalker-placeholder {
display: none;
height: 0 !important;
}
.property-list .name {
margin: 0;
}
.two-cols .item-right .wrap {
padding: 0;
border: none;
}
.property-list .wrap {
padding: 0;
}
.two-cols .item-right {
float: none;
clear: left;
}
.two-cols .item {
width: auto;
}
.property-list .item-right .name {
margin: 0;
}
#footer {
display: none;
}
#stalker,
.issue-header,
.page-type-viewissue .content-container {
padding: 0;
min-width: 0;
}
.aui-theme-default,
#stalker .stalker-content,
.issue-header .stalker-content,
#stalker .issue-header-content,
.issue-header .issue-header-content {
background: #fff;
}
#stalker + .content-container > .content-body,
.issue-header + .content-container > .content-body,
#stalker .stalker-content .ops-cont,
.issue-header .stalker-content .ops-cont,
#stalker .issue-header-content .ops-cont,
.issue-header .issue-header-content .ops-cont {
border: none;
}
#stalker .stalker-content,
.issue-header .stalker-content,
#stalker .issue-header-content,
.issue-header .issue-header-content {
padding: 10px 10px 0;
}
.aui-theme-default .aui-panel,
#gh .item-header {
padding: 10px;
margin: 0;
}
#stalker .stalker-content .ops-cont,
.issue-header .stalker-content .ops-cont,
#stalker .issue-header-content .ops-cont,
.issue-header .issue-header-content .ops-cont {
padding: 0 0 10px 0;
}
#gh-content-inner {
border: none;
}
.gh-issue {
font-size: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment