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
@@ -5499,7 +5499,7 @@ var mustacheTemplate$2 = `
font-weight: 600;
}
d-bibliography ol {
padding: 0;
padding: 0 0 0 18px;
}
d-bibliography li {
margin-bottom: 12px;
@@ -5554,6 +5554,7 @@ class Bibliography extends HTMLElement {
});
}
this.data = bibliography;
this.render();
}
}