Checkpoint

This commit is contained in:
Shan Carter
2017-03-13 18:35:43 -07:00
parent 38aadd3332
commit 560f8bb4bf
4 changed files with 5 additions and 6 deletions
+2 -1
View File
@@ -27,7 +27,7 @@ let mustacheTemplate = `
font-weight: 600;
}
d-bibliography ol {
padding: 0;
padding: 0 0 0 18px;
}
d-bibliography li {
margin-bottom: 12px;
@@ -82,6 +82,7 @@ export default class Bibliography extends HTMLElement {
});
}
this.data = bibliography;
this.render();
}
}