mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 22:03:49 +01:00
use unordered list for papers
This commit is contained in:
parent
e434b57702
commit
9f697b7213
@ -73,10 +73,12 @@ draft: false
|
|||||||
doilink.href=publi.URL
|
doilink.href=publi.URL
|
||||||
doilink.innerText=String.raw`DOI: ${publi.DOI}`
|
doilink.innerText=String.raw`DOI: ${publi.DOI}`
|
||||||
art.appendChild(doilink)
|
art.appendChild(doilink)
|
||||||
document.getElementById("papers_div").appendChild(art)
|
const lipub=document.createElement("li")
|
||||||
|
lipub.appendChild(art)
|
||||||
|
document.getElementById("papers_ul").appendChild(lipub)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<div id="papers_div">
|
<ul class="papers-list" id="papers_ul">
|
||||||
|
|
||||||
</div>
|
</ul>
|
@ -2,6 +2,10 @@
|
|||||||
font-size: 20pt
|
font-size: 20pt
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.papers-list{
|
||||||
|
list-style: none
|
||||||
|
}
|
||||||
|
|
||||||
.paper ul.authors-list {
|
.paper ul.authors-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user