summaryrefslogtreecommitdiff
path: root/css/custom/blockquotes.less
blob: 39844725f28e0d130f20a15d1c6dda175af818a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "../variables.less";

.quoteblock {
	width: 90%;
	margin: 0 auto;
	border-left: double black;
	padding: 0.5em;
	background-color: @blockBackgroundColor;

	blockquote {
		font-style: italic;
	}

	div.attribution {
		text-align: right;
		margin-right: 1em;
	}
}