summaryrefslogtreecommitdiff
path: root/share/css/main.css
blob: 77ea8a7dbb828afe2fc72f4b6970bafda58afa35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
	font-family: Sans-Serif;
}

div.image-container {
	text-align: center;
	font-size: 80%;
	float: left;
	width: /* $boxwidth */;
	height: /* $boxheight */;
}

div.image-container a {
	text-decoration: none;
}

div.image-container img {
	max-width: /* $imgwidth */;
	max-height: /* $imgheight */;
}