Difference between revisions of "Template:Reflist/styles.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
.reflist { | .reflist { | ||
− | font-size: 90%; | + | font-size: 90%; |
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
list-style-type: decimal; | list-style-type: decimal; | ||
Line 6: | Line 6: | ||
.reflist .references { | .reflist .references { | ||
− | font-size: 100%; | + | font-size: 100%; |
− | margin-bottom: 0; | + | margin-bottom: 0; |
− | list-style-type: inherit; | + | list-style-type: inherit; |
} | } | ||
− | |||
− | |||
− | |||
.reflist-columns-2 { | .reflist-columns-2 { | ||
column-width: 30em; | column-width: 30em; |
Revision as of 14:56, 20 March 2022
.reflist { font-size: 90%; margin-bottom: 0.5em; list-style-type: decimal; }
.reflist .references { font-size: 100%; margin-bottom: 0; list-style-type: inherit; }
.reflist-columns-2 { column-width: 30em; }
.reflist-columns-3 { column-width: 25em; }