Skip to content

Instantly share code, notes, and snippets.

@rfde
Created August 17, 2015 16:00
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 rfde/ca8803728178bd0f7af0 to your computer and use it in GitHub Desktop.
Save rfde/ca8803728178bd0f7af0 to your computer and use it in GitHub Desktop.
Tiny Tiny RSS: Benutzerdefiniertes Stylesheet
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
div.postContent {
text-align: justify;
font-family: "Droid Serif", serif;
font-size: 16px;
line-height: 24px;
}
div.cdmContentInner {
text-align: justify;
font-family: "Droid Serif", serif;
font-size: 16px;
line-height: 24px;
max-width: 650px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment