Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
STUDIO-35: Tweaking the size of the text on the single post page.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelled committed Dec 15, 2011
1 parent 7d6c6ca commit 85a5644
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions wp-content/themes/fluid-studios/style.css
Expand Up @@ -62,7 +62,8 @@ h1, h2, h3, h4, h5, h6 {
font-size: 1.75em;
font-weight: bold;
line-height: 1.2em;
margin-bottom: .75em;
margin-bottom: .5em;
margin-top: .25em;
}
.entry-title {
font-family: Arial, sans-serif;
Expand All @@ -87,7 +88,14 @@ h2.entry-title {font-size: 1.1em;}
font-style: normal;
font-weight: bold;
}
.single .entry-content {padding-top: 1em;}
.single .entry-content {
padding-top: 1em;
font-size: 1.2em;
line-height: 1.4em;
}
.single .entry-content strong {
font-weight: 700;
}
.fls-tags {font-style: italic;}
.fls-theme .fls-tags {color: #0099CC;}
p, ul, ol, blockquote, figure { margin-bottom: 1em;}
Expand Down

0 comments on commit 85a5644

Please sign in to comment.