From dfcd65bb005580b27950f2d81663f1238dc4bea4 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 4 Aug 2010 12:52:32 +1000 Subject: [PATCH] Add figure and figcaption styling --- content/screen.sass | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/content/screen.sass b/content/screen.sass index 17812e7..307b329 100644 --- a/content/screen.sass +++ b/content/screen.sass @@ -9,7 +9,7 @@ body // HTML5 expectations - should go in reset perhaps -header, footer, nav, article +header, footer, nav, article, figure, figcaption display: block @@ -113,6 +113,18 @@ blockquote padding-left: 1em margin: 0 0 1em 0 +figure + margin: 1em 0 + +figcaption + font-size: small + text-align: center + font-style: italic + + .label + font-weight: bold + + body > header font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif @@ -357,7 +369,6 @@ img.feed-icon display: block margin: 10px auto - #content .clear clear: both