Difference between revisions of "Template:Blockquote/styles.css"

From sanctions
(Created page with "→‎{{pp-template}}: .templatequote { overflow: hidden; margin: 1em 0; padding: 0 40px; } .templatequote .templatequotecite { line-height: 1.5em; →‎@noflip: ...")
 
(Zoran changed the content model of the page Template:Blockquote/styles.css from "wikitext" to "Sanitized CSS": Styling related page)
Tag: content model change
 
(No difference)

Latest revision as of 18:27, 30 March 2022

/* {{pp-template}} */
.templatequote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}

.templatequote .templatequotecite {
    line-height: 1.5em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 1.6em;
    margin-top: 0;
}