喪 - problems, changelog

The row of OBI images displayed differently in firefox and chrome.

container: display: flex; justify-content: space-between
item: flex: 1 1 auto; border: solid 1px red

The code below seems to work in both:

container: display: flex; justify-content: space-between;  max-height: 5rem; overflow: hidden
item: width: 13%; border: solid 1px red;

paragraph has: font-family: 'Bitstream Charter','Sazanami Mincho',serif; but Chromium on Linux seems to skip 'Bitstream Charter' and use solely 'Sazanami Mincho'. Seems a bug in Chromium... need to do some tests; for now I’m using font-family: 'Bitstream Charter','Georgia','Trebuchet MS','Times','MgOpen Cosmetica','Charis SIL','Meiryo','Hiragino','MS Mincho','さざなみ明朝','Sazanami Mincho','Heisei Mincho Std W3',serif;, Chromium seems to pick one of the other latin fonts (still skipping Bitstream Charter) which is better than Sazanami’s latin...