summaryrefslogtreecommitdiff
path: root/share/css/main.css
blob: ad451adbf7f139f7b1365389d3b9f01dc6b7d9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */;
}