mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-24 11:40:53 +01:00
12 lines
262 B
CSS
12 lines
262 B
CSS
/* used for viewtemplate displaying the bibtex entry */
|
|
.refnotes-bibtex-field{
|
|
display:table-row
|
|
}
|
|
.refnotes-bibtex-field > span{
|
|
display:table-cell
|
|
}
|
|
.refnotes-bibtex-field > span:first-of-type{
|
|
font-weight:bold;
|
|
padding-right:10px;
|
|
white-space: nowrap;
|
|
} |