mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue