Skip to content

Commit 5864c97

Browse files
committed
style element
1 parent ededb69 commit 5864c97

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
li > span[data-pdf-se-type=Lbl]{
1+
<style>
2+
li > span[data-pdf-se-type=Lbl] {
23
font-style: bold;margin-right:.5em;display:inline-block;vertical-align:top;}
3-
div[data-pdf-se-type=LBody]> div{
4+
div[data-pdf-se-type=LBody] > div {
45
vertical-align:top;}
5-
div[data-pdf-se-type=LBody]> div:first-child>p:first-child{
6+
div[data-pdf-se-type=LBody] > div:first-child > p:first-child {
67
margin-top:0}
7-
8+
</style>

0 commit comments

Comments
 (0)