No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
/* Ensure these styles only apply when using the Citizen theme */ | /* Ensure these styles only apply when using the Citizen theme */ | ||
.citizen- | .skin-citizen-auto .templatequote .templatequotecite::before { | ||
content: ''; | content: ''; | ||
} | } |
Revision as of 15:15, 30 June 2024
/* {{pp-template}} */
.templatequote {
overflow: hidden;
margin: 1em 0;
padding: 0 32px;
}
.templatequote .templatequotecite {
line-height: 1.5em;
/* @noflip */
text-align: left;
/* @noflip */
padding-left: 1.6em;
margin-top: 0;
}
/* Ensure these styles only apply when using the Citizen theme */
.skin-citizen-auto .templatequote .templatequotecite::before {
content: '';
}