summary refs log tree commit diff stats
path: root/theme/layouts
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-08-06 21:29:47 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-08-06 21:29:47 -0400
commit81624bcba26587b99bcce6c130ec69b6792f38ea (patch)
treeb9c44b4c75338a601695d383afd57251aabb7342 /theme/layouts
parentd8411e7bf46b35b8f6c32774fa1f7f102abb8779 (diff)
downloadfourisland-81624bcba26587b99bcce6c130ec69b6792f38ea.tar.gz
fourisland-81624bcba26587b99bcce6c130ec69b6792f38ea.tar.bz2
fourisland-81624bcba26587b99bcce6c130ec69b6792f38ea.zip
Refined Layout 7 font change to only apply to post content
Diffstat (limited to 'theme/layouts')
-rwxr-xr-xtheme/layouts/7/style.css6
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
10body { 10body {
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,
228span.corners-bottom span { 228span.corners-bottom span {
229 visibility: hidden; 229 visibility: hidden;
230} 230}
231
232.post .entry {
233 font-family: DeliciousRoman, Verdana, sans;
234}