mirror of https://gitlab.com/octtspacc/OcttKB
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;
|
||
|
}
|