Skip to content

Instantly share code, notes, and snippets.

@poochin
Created February 13, 2014 02:54
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 poochin/8968921 to your computer and use it in GitHub Desktop.
Save poochin/8968921 to your computer and use it in GitHub Desktop.
stylish: target: www.tumblr.com
#container {
width: auto;
}
#right_column {
float:left;
position: absolute;
}
#left_column {
float: none;
width: auto;
}
#posts.posts {
margin: 0;
}
#posts .post_title.large,
#posts .post_title.medium,
#posts .post_title.small {
font-size: 38px;
line-height: 1em;
}
#posts .post_container .post_full {
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment