Unverified Commit 4678c2c7 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

css: actually use boxheight and imgheight

parent 31c399a8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ div.image-container {
	text-align: center;
	font-size: 80%;
	float: left;
	width: 275.0px;
	height: 275.0px;
	width: /* $boxwidth */;
	height: /* $boxheight */;
}

div.image-container a {
@@ -19,8 +19,8 @@ div.image-container a {
}

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

div.image-page {