Template:Reflist/styles.css: Difference between revisions

inherit like a normal human
(add 30em, 25em, and remove support for non-ordered lists)
(inherit like a normal human)
Line 2: Line 2:
font-size: 90%;            /* Default font-size */
font-size: 90%;            /* Default font-size */
margin-bottom: 0.5em;
margin-bottom: 0.5em;
list-style-type: decimal;
}
}


Line 10: Line 11:
}
}


.reflist-columns {
/* columns-2 and columns-3 are legacy for "2 or more" column view from when the
margin-top: 0.3em;
* template was implemented with column-count.
*/
.reflist-columns-2 {
column-width: 30em;
column-width: 30em;
}
}


/* Class serves as legacy for "3 or more" column view from when the
* template was implemented with column-count.
*/
.reflist-columns-3 {
.reflist-columns-3 {
column-width: 25em;
column-width: 25em;
Line 23: Line 23:


/* Reset top margin for lists embedded in columns */
/* Reset top margin for lists embedded in columns */
.reflist-columns {
margin-top: 0.3em;
}
.reflist-columns ol {
.reflist-columns ol {
margin-top: 0;
margin-top: 0;
Anonymous user