Jump to content

Template:Reflist/styles.css: Difference between revisions

From TnPedia
No edit summary
No edit summary
Line 4: Line 4:
list-style-type: decimal;
list-style-type: decimal;
}
}
.reflist .references {
.reflist .references {
font-size: 100%;           
font-size: 100%;           
Line 10: Line 9:
list-style-type: inherit;   
list-style-type: inherit;   
}
}
.reflist-columns-2 {
.reflist-columns-2 {
column-width: 30em;
column-width: 30em;
}
}
.reflist-columns-3 {
.reflist-columns-3 {
column-width: 25em;
column-width: 25em;
}
}

Revision as of 11:59, 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; }