summaryrefslogtreecommitdiffstats
path: root/css/tutorial.css
blob: 269ff52dbf16b3953eafd1d1873de6c7166e4acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
table.padded td:first-child {
	padding-right: 5px;
}

a.next {
	color: #ddd;
	background-color: #334;
	padding: 3px 10px;
	border-radius: 5px;
	text-decoration: none;
	border: 1px solid #446;
	box-shadow: 0 0 1px #445;
	float: right;
	margin: 0 10px;
}
a.next:hover {
	background-color: #446;
	border: 1px solid #223;
}

.hidden {
	display: none;
}