We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ededb69 commit 5864c97Copy full SHA for 5864c97
project-examples/align/latex-list-css.html
@@ -1,7 +1,8 @@
1
-li > span[data-pdf-se-type=Lbl]{
+<style>
2
+li > span[data-pdf-se-type=Lbl] {
3
font-style: bold;margin-right:.5em;display:inline-block;vertical-align:top;}
-div[data-pdf-se-type=LBody]> div{
4
+div[data-pdf-se-type=LBody] > div {
5
vertical-align:top;}
-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 {
7
margin-top:0}
-
8
+</style>
0 commit comments