Not a big update, minor CSS fixes and the thumbnail thing

= 4.0.4 =
* Archive pages now display comic thumbnails for ComiC Easel if show archives as links enabled
* CSS: body.wide set properly for when the sidebars get removed!important
* CSS: .header-info padding removal when used as click block
* CSS: 780px 980px #page instead of 782/982 .. extra 2px was wrong, fixed

 

New CSS Elements in the style.css that handle the archive pages display of thumbnails

This CSS id dependent on what your thumbnails are set in the wp-admin -> settings -> media, adjust the widths and heights accordingly

.archivecomicthumbwrap {
	display: inline-block;
	float: left;
	width: 120px;
	margin: 5px 3px;
	height: 200px;
	overflow: hidden;
}

.archivecomicthumbdate {
	text-align: center;
}

.archivecomicframe {
	text-align: center;
}

.archivecomicframe img {
	width: 120px;
	height: auto;
	max-height: 200px;
}