Template:Blockquote/styles.css: Difference between revisions

Nothing to hide, but nothing to show you either.
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
m (6 revisions imported from wikipedia:Template:Blockquote/styles.css)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* {{pp-template}} */
/* Styling for Template:Quote */
.templatequote {
.templatequote {
overflow: hidden;
overflow: hidden;
Line 5: Line 5:
padding: 0 40px;
padding: 0 40px;
}
}

.templatequote .templatequotecite {
.templatequote .templatequotecite {
line-height: 1.5em;
line-height: 1.5em;

Latest revision as of 19:48, 31 May 2021

/* {{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;
}