mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +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.innerText=String.raw`DOI: ${publi.DOI}`
|
||||
art.appendChild(doilink)
|
||||
document.getElementById("papers_div").appendChild(art)
|
||||
const lipub=document.createElement("li")
|
||||
lipub.appendChild(art)
|
||||
document.getElementById("papers_ul").appendChild(lipub)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<div id="papers_div">
|
||||
<ul class="papers-list" id="papers_ul">
|
||||
|
||||
</div>
|
||||
</ul>
|
@ -2,6 +2,10 @@
|
||||
font-size: 20pt
|
||||
}
|
||||
|
||||
ul.papers-list{
|
||||
list-style: none
|
||||
}
|
||||
|
||||
.paper ul.authors-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user