Don't display captions when they're empty (v0.2.1)

This fixes some very minor whitespace collapsing issues with figcaption.
This commit is contained in:
Benjamin Woodruff 2013-10-31 13:34:52 -04:00
parent f1167d6389
commit c594cf3506

View file

@ -1,4 +1,4 @@
// version 0.2.0
// version 0.2.1
@import "normalize"
@import "//fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700"
@ -214,6 +214,8 @@ blockquote pre, ul pre, ol pre
// tabular data
caption
&:empty
display: none
font-size: 80%
font-style: italic
text-align: right