Template:Motion Pictures 1912-1939 list/styles.css

From Wikisource
Jump to navigation Jump to search
/*
 * Styles for the list in the first section of
 * [[Index:Motion Pictures 1912 to 1939 (IA Motionpict19121939librrich0010).djvu]]
 *
 * [[Category:Specific article templates]]
 */

/* unbulleted list, similar to plainlist */
._mp1912_1939_list ul {
	line-height: inherit;
	list-style: none;
	margin-left: 1em;
	margin-top: 0.8em;
	text-indent: -1em;
}

._mp1912_1939_list ul>li{
	margin-top: 0.8em;
}


/* sublists */
._mp1912_1939_list ul ul {
	text-indent: 1em;
	margin-left: 0;
	margin-top: 0;
}

._mp1912_1939_list ul ul li{
	margin-top: 0;
	}

._mp1912_1939_list ul ol li{
	margin-top: 0;
	}


._mp1912_1939_list ul ol {
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 2em;
	margin-top: 0;
}