Template:Talk quote block/sandbox/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
attempt to fix
Line 13: Line 13:


/* adjust for phab:T352875 – see talk */
/* adjust for phab:T352875 – see talk */
.skin-vector-2022 .talkquote > :last-child {
.skin-vector-2022 .mw-body .talkquote > :last-child {
padding-bottom: 0;
padding-bottom: 0;
}
}

Revision as of 19:31, 28 April 2024

/* {{pp-template}} */
.talkquote {
	 background-color: #eaf8f4;
	 border-left: 3px solid #008560;
	 padding: 0 .8em;
	 margin: 0;
}

.talkquote-by,
.talkquote-source {
	margin-left: 1.6em;
}

/* adjust for phab:T352875 – see talk */
.skin-vector-2022 .mw-body .talkquote > :last-child {
	padding-bottom: 0;
}