diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-08-06 21:29:47 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-08-06 21:29:47 -0400 |
commit | 81624bcba26587b99bcce6c130ec69b6792f38ea (patch) | |
tree | b9c44b4c75338a601695d383afd57251aabb7342 | |
parent | d8411e7bf46b35b8f6c32774fa1f7f102abb8779 (diff) | |
download | fourisland-81624bcba26587b99bcce6c130ec69b6792f38ea.tar.gz fourisland-81624bcba26587b99bcce6c130ec69b6792f38ea.tar.bz2 fourisland-81624bcba26587b99bcce6c130ec69b6792f38ea.zip |
Refined Layout 7 font change to only apply to post content
-rwxr-xr-x | theme/layouts/7/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index 8cde3aa..c1acec1 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css | |||
@@ -8,7 +8,7 @@ | |||
8 | /* Body */ | 8 | /* Body */ |
9 | 9 | ||
10 | body { | 10 | body { |
11 | font-family: DeliciousRoman, Verdana, sans; | 11 | font-family: 'Lucida Grande', sans; |
12 | background-color: #111; | 12 | background-color: #111; |
13 | } | 13 | } |
14 | 14 | ||
@@ -228,3 +228,7 @@ span.corners-top span, | |||
228 | span.corners-bottom span { | 228 | span.corners-bottom span { |
229 | visibility: hidden; | 229 | visibility: hidden; |
230 | } | 230 | } |
231 | |||
232 | .post .entry { | ||
233 | font-family: DeliciousRoman, Verdana, sans; | ||
234 | } | ||