Skip to content

Instantly share code, notes, and snippets.

@joelanman
Created June 28, 2015 12:57
Show Gist options
  • Save joelanman/4747f0c7950a5cea9309 to your computer and use it in GitHub Desktop.
Save joelanman/4747f0c7950a5cea9309 to your computer and use it in GitHub Desktop.
body{
font-family: Helvetica;
}
.content{
max-width: 900px;
margin: auto !important;
}
.thing{
margin: 30px 0;
}
.thing a.title{
color: #111;
line-height: 1.4em;
font-size: 19px
}
.thumbnail{
width: 140px;
height: 140px;
margin-right: 20px
}
.thumbnail img{
width: 140px;
height: 140px;
}
.expando-button{
float: none;
margin: 8px 0;
}
.tagline{
visibility: hidden;
position: relative;
margin: 10px 0 10px 0;
}
.tagline .subreddit{
visibility:visible!important;
position: absolute;
left: 0;
font-size: 16px;
}
.sidecontentbox{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment