summaryrefslogtreecommitdiff
path: root/modules/CIAO/docs/tutorials/CoSMIC/style.css
blob: b86b9ceb67176ff1952b47edabd2b2b5101a0af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/* Important Node */
div.important {
	position: center;
	width: 75%;
	text-align: left;
	border: 1;
	background: #FAEBD7;
}

div.important strong {
	font-weight: bold;
	color: red;
	font-variant: small-caps;
}