Template:Blockquote/styles.css

Template page
< Template:Blockquote
Revision as of 00:51, 25 June 2023 by Simon (talk | contribs) (Created page with "→‎{{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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{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;
}