Template:Refbegin/styles.css

From NSWiki
Revision as of 20:07, 15 June 2019 by Llorens (Talk | contribs)

Jump to: navigation, search

/* */

.refbegin {

font-size: 90%; /* Default font-size */

margin-bottom: 0.5em;

}

/* Hanging indentation for Template:Refbegin */

.refbegin-hanging-indents > ul {

list-style-type: none;

margin-left: 0;

}

/* Definition list version is deprecated */

.refbegin-hanging-indents > ul > li,

.refbegin-hanging-indents > dl > dd {

margin-left: 0;

padding-left: 3.2em;

text-indent: -3.2em;

list-style: none;

}

/* Option for normal fontsize in <templatestyles src="Refbegin/styles.css" />
*/

.refbegin-100 {

font-size: 100%;

}