OcttKB/Wiki-OcttKB/plugins/refnotes/$__plugins_kookma_refnotes_...

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;
}