Compare commits

...
2 Commits
Author SHA1 Message Date
Ludwig Schubert be585691c5 2.2.12 2017-11-15 11:50:01 -08:00
Ludwig SchubertandGitHub b25fd66fd7 Remove stray comment in CSS 2017-11-14 22:52:36 -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.11", "version": "2.2.12",
"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.11", "version": "2.2.12",
"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
@@ -1,6 +1,6 @@
d-article { d-article {
contain: layout style; contain: layout style;
overflow-x: hidden; // allow overflow y for e.g. hover boxes overflow-x: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 2rem; padding-top: 2rem;
color: rgba(0, 0, 0, 0.8); color: rgba(0, 0, 0, 0.8);