Template:Signed/styles.css

From Wikisource
Jump to navigation Jump to search
/* By default, most signatures are right-aligned */
.wst-signed {
	text-align: right;
}

/* avoid extra gaps at top and bottom of block */
.wst-signed > p:first-child {
	margin-top: 0;
}
.wst-signed > p:last-child {
	margin-bottom: 0;
}