mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 15:06:36 -04:00
support full HTML captions for image shortcode
This commit is contained in:
@ -32,12 +32,9 @@ main#single {
|
||||
margin-bottom: 0.4em;
|
||||
}
|
||||
|
||||
// image captions -- two different markdown hacks
|
||||
img + em,
|
||||
// image captions
|
||||
figure figcaption {
|
||||
display: block;
|
||||
font-size: 0.9em;
|
||||
font-style: normal;
|
||||
color: $color-medium;
|
||||
text-align: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user