Skip to content

Instantly share code, notes, and snippets.

@scturtle
Created May 15, 2013 02:54
Show Gist options
  • Select an option

  • Save scturtle/5581357 to your computer and use it in GitHub Desktop.

Select an option

Save scturtle/5581357 to your computer and use it in GitHub Desktop.
stylish for theoldreader
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("theoldreader.com") {
.list-post {
width: 60% !important;
}
.list-post > h3 {
margin: 15px !important;
}
.list-post h3 + .clearfix {
margin-left: 16px !important;
}
.content {
margin-top: 20px !important;
}
.content-body, .content-body p {
text-indent: 2em !important;
line-height: 30px !important;
font-size: 16px !important;
}
.reader .container-fluid {
top: 15px !important;
}
.navbar:hover {
margin-top: 0 !important;
}
.navbar {
margin-top: -47px !important;
}
.label.label-feed {
background-color: #808080 !important;
}
.unread .label.label-feed {
background-color: #30A67C !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment