Skip to content

Instantly share code, notes, and snippets.

@staylor
Created June 13, 2012 21:41
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 staylor/2926642 to your computer and use it in GitHub Desktop.
Save staylor/2926642 to your computer and use it in GitHub Desktop.
Paste these into the Custom CSS box
#access {
background:#2b2b2b;
background:-moz-linear-gradient(#2b2b2b,#2b2b2b);
background:-o-linear-gradient(#2b2b2b,#2b2b2b);
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#252525),to(#2b2b2b));
background:-webkit-linear-gradient(#2b2b2b,#2b2b2b);
}
.singular .hentry {
padding:0;
}
.singular #content,.left-sidebar.singular #content {
margin:0 5%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment