From 81de530ce300cafc7edb9b38f64cb2a9a9b1f18f Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Mon, 27 Feb 2012 18:41:13 -0800 Subject: [PATCH] use better serif fonts --- .../post-viewer/content/rich-media.handlebars | 2 +- public/stylesheets/sass/new-templates.scss | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/public/javascripts/app/templates/post-viewer/content/rich-media.handlebars b/public/javascripts/app/templates/post-viewer/content/rich-media.handlebars index b15780879..a45da82b2 100644 --- a/public/javascripts/app/templates/post-viewer/content/rich-media.handlebars +++ b/public/javascripts/app/templates/post-viewer/content/rich-media.handlebars @@ -1,4 +1,4 @@ -
+
{{{o_embed_cache.data.html}}} diff --git a/public/stylesheets/sass/new-templates.scss b/public/stylesheets/sass/new-templates.scss index a0b47d23a..acc367526 100644 --- a/public/stylesheets/sass/new-templates.scss +++ b/public/stylesheets/sass/new-templates.scss @@ -146,6 +146,11 @@ $pane-width: 420px; .multi-photo { display: table; + p { + font-weight: bold; + font-size: 20px; + } + .img-bounding-box { display: table-cell; text-align: center; @@ -179,7 +184,8 @@ $pane-width: 420px; p { font-size: 20px; line-height: 28px; - font-family: georgia, times, serif; + font-family: Palatino, times, georgia, serif; + margin-bottom: 30px; } } @@ -198,6 +204,8 @@ $pane-width: 420px; .status-with-photo-backdrop { p { color: #fff; + font-size: 80px; + line-height: 90px; a { @include transition(background-color, 0.3s); @@ -273,7 +281,7 @@ $pane-width: 420px; text-align: center; background-color: #333; - h3 { + p { color: #999; }