From 85a564416f61d44f3b5c05e2d8aa9ec29eba3571 Mon Sep 17 00:00:00 2001 From: Michelle D'Souza Date: Thu, 15 Dec 2011 11:26:40 -0500 Subject: [PATCH] STUDIO-35: Tweaking the size of the text on the single post page. --- wp-content/themes/fluid-studios/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/fluid-studios/style.css b/wp-content/themes/fluid-studios/style.css index 184aec4..dcbfdca 100644 --- a/wp-content/themes/fluid-studios/style.css +++ b/wp-content/themes/fluid-studios/style.css @@ -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; @@ -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;}