Compare commits

...
2 Commits
Author SHA1 Message Date
Shan Carter 2a14b4c811 2.2.14 2017-11-22 14:42:57 -08:00
Shan CarterandGitHub 350b6c6f67 Update styles-base.css 2017-11-22 14:42:07 -08:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "distill-template", "name": "distill-template",
"version": "2.2.13", "version": "2.2.14",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "distill-template", "name": "distill-template",
"version": "2.2.13", "version": "2.2.14",
"description": "Template for creating Distill articles.", "description": "Template for creating Distill articles.",
"main": "dist/template.v2.js", "main": "dist/template.v2.js",
"bin": { "bin": {
+1 -1
View File
@@ -90,7 +90,7 @@ sub {
figure { figure {
position: relative; position: relative;
margin-bottom: 2.5em; margin-bottom: 2.5em;
margin-top: 2.5em; margin-top: 1.5em;
} }
figcaption+figure { figcaption+figure {