Difference between revisions of Template:Quote/styles.css
Jump to navigation
Jump to search
(NottNott created the page Template:Quote/styles.css using a non-default content model "CSS") |
(NottNott changed the content model of the page Template:Quote/styles.css from "CSS" to "Sanitized CSS") Tag: content model change |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* {{pp-template}} | |||
Styling for Template:Quote */ | |||
.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; | |||
} | |||
Latest revision as of 20:42, 26 May 2020
/* {{pp-template}}
Styling for Template:Quote */
.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;
}