Fix aspect ratio on jacket images (especially CDs) by
setting height to auto.
Add styling for sidebar subject div.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
/* make images in search results larger */
.result_table_pic_cell { width: 103px; }
-.result_table_pic { height: 100px; width: 80px; }
+.result_table_pic { height: auto; width: 80px; }
.result_table_pic_header { width: 103px; }
/* trim some extra bits from ac content */
div.ac > b { display: none; }
div.ac > table[align="center"] { display: none; }
+
+/* style sidebar subjects */
+#sidebarSubjects div { border: 1px solid #ACC4DE; }
+#sidebarSubjects div h4 { font-weight: bold; text-align: center; background-color: #ACC4DE; }