summaryrefslogtreecommitdiffstats
path: root/test/css/basic11.css
blob: bc0f6feb237176fb5f30341d8785b9a2f2f59acd (plain)
1
2
3
4
5
6
7
8
.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}