27 lines
No EOL
408 B
CSS
27 lines
No EOL
408 B
CSS
.refbasecss {
|
|
font-size: 0.9em;
|
|
padding:0;
|
|
margin: 0;
|
|
}
|
|
|
|
.refbasecss .citation .moreinfo > * {
|
|
margin-bottom: 0.4em;
|
|
font-size: 0.85em;
|
|
color: #333333;
|
|
line-height: 1.3em;
|
|
/*
|
|
max-width: 700px;
|
|
*/
|
|
}
|
|
|
|
.refbasecss .citation .moreinfo .reflinks {
|
|
margin-top: 0.8em;
|
|
/*
|
|
max-width: none;
|
|
*/
|
|
}
|
|
|
|
.refbasecss .citation .moreinfo .reflinks > * {
|
|
display: inline;
|
|
font-size: 1em;
|
|
} |