Skip to content

Instantly share code, notes, and snippets.

@ttaylorr
Last active August 29, 2015 14:09
Show Gist options
  • Save ttaylorr/9213bb737c463a4a23ba to your computer and use it in GitHub Desktop.
Save ttaylorr/9213bb737c463a4a23ba to your computer and use it in GitHub Desktop.
/* Shrink absurdly-sized top border */
#page-header {
height: 3px !important;
}
/* Shrink footer */
footer {
padding: 30px 30px !important;
}
/* Remove annoying outer wrapper */
.outer-wrapper {
margin-top: 0 !important;
margin-bottom: 0 !important;
max-width: none !important;
}
.navbar-inner {
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
/* Make graphs 256px tall */
#chart { height: 256px !important; }
.chart { max-height: 256px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment