summaryrefslogtreecommitdiff
path: root/web/css/about.css
blob: 0db2e467a19a75187e96a9a37cc8b2dd5ea2f0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
div#about {
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select: text;
}

div#about
td#about-version-kvmd,
td#about-version-python,
td#about-version-platform {
	font-weight: bold;
}

div#about p {
	font-family: monospace;
	padding: 0 10px 0 10px;
}