1
0
Fork 0
forked from wezm/wezm.net

Add figure and figcaption styling

This commit is contained in:
Wesley Moore 2010-08-04 12:52:32 +10:00
parent 2c80330a7f
commit dfcd65bb00

View file

@ -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