Template:Blockquote/styles.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
Line 1:
/* Make the attribution a block with uniform indent under the dash */
.templatequotecite .templatequote-cite {
display: block;
margin: 0;
/* @noflip */
}
/* Keep
@media (min-width: 500px) {
.templatequotecite {
/* you already have this; shown
/* @noflip */
padding-left: 1.6em;
}
.templatequotecite .templatequote-cite {
/* 1.6em (container) + 0.7em (child) = 2.3em total
/* @noflip */
padding-left: .7em;
}
}
| |||