17 lines
201 B
CSS
17 lines
201 B
CSS
.citation-list {
|
|
border-top: 3px solid grey;
|
|
padding-top: 12px;
|
|
}
|
|
|
|
.citation {
|
|
display: block;
|
|
}
|
|
|
|
.citation > *:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.citation > *:last-child {
|
|
margin-bottom: 0;
|
|
}
|