shithub: img

Download patch

ref: 6a3fc2aa56e6534049f487c45b45ae2b496282ef
parent: 286920de144e0ead5eee32e4930906545a2e8d73
author: Alex Musolino <musolinoa@gmail.com>
date: Wed Aug 23 23:16:12 EDT 2023

mkindex.rc: make montage tiles smaller

--- a/mkindex.rc
+++ b/mkindex.rc
@@ -17,12 +17,12 @@
 	float: left;
 	text-align: center;
 	padding: 0.25cm;
-	width: 400px;
-	height: 400px;
+	width: 200px;
+	height: 200px;
 }
 img{
-	width: 320px;
-	height: 320px;
+	width: 160px;
+	height: 160px;
 }
 </style>
 </head>