Separate gallery and figure shortcodes
This commit is contained in:
@@ -39,6 +39,10 @@ body, html {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.paige-figure {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.paige-figure .highlight .chroma pre, .paige-figure .highlight pre.chroma {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -47,6 +51,14 @@ body, html {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.paige-gallery {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.paige-gallery .paige-figure {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.paige-gallery .paige-image {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user