Bug #1996
bibl nodes could be rendered better
Start date:
08/16/2017
Due date:
% Done:
100%
Description
See https://textcritical.net/work/republic-english/2/360b; search for "Simonides" for an example.
Associated revisions
Improving rendering of bibl nodes
Closes #1996
Improving rendering of the bibl nodes
Closes #1996
History
#1
Updated by Luke Murphey over 8 years ago
.bibl{
margin-left: 3px;
margin-right: 3px;
font-weight: bold;
}
.bibl::before {
content: "[";
}
.bibl::after {
content: "]";
}
#2
Updated by Luke Murphey about 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100