forked from wezm/wezm.net
Add figure and figcaption styling
This commit is contained in:
parent
2c80330a7f
commit
dfcd65bb00
1 changed files with 13 additions and 2 deletions
|
@ -9,7 +9,7 @@ body
|
||||||
|
|
||||||
|
|
||||||
// HTML5 expectations - should go in reset perhaps
|
// HTML5 expectations - should go in reset perhaps
|
||||||
header, footer, nav, article
|
header, footer, nav, article, figure, figcaption
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
|
|
||||||
|
@ -113,6 +113,18 @@ blockquote
|
||||||
padding-left: 1em
|
padding-left: 1em
|
||||||
margin: 0 0 1em 0
|
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
|
body > header
|
||||||
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif
|
||||||
|
@ -357,7 +369,6 @@ img.feed-icon
|
||||||
display: block
|
display: block
|
||||||
margin: 10px auto
|
margin: 10px auto
|
||||||
|
|
||||||
|
|
||||||
#content
|
#content
|
||||||
.clear
|
.clear
|
||||||
clear: both
|
clear: both
|
||||||
|
|
Loading…
Reference in a new issue