Beck fixes and new release
: Martin Holmes
Minutes: 55
Last month, AB noticed some odd display issues in one of the visit pages,
and I determined that this was caused by the <q>
element
being used both for the heading of a visit lecture and for regular quotation
purposes, so the inline-block and margin settings suitable for a lecture
title were borking inline content later on. Restricting those usages to
q:first-child
seems to have solved that problem. I also noticed
three typos in the CSS which were causing parsing errors, so I fixed those.
I refreshed the staticSearch code to 1.4.9, and then built and released
edition 3.0.