Stream: IG creation
Topic: publish-box: project.css invalid
Patrick Werner (May 05 2019 at 14:10):
http://wiki.hl7.org/index.php?title=FHIR_Implementation_Guide_Publishing_Requirements and the cat template: http://build.fhir.org/ig/Healthedata1/IG-Template/docs/ are using img#publish-box {
text-align: baseline;}
which is invalid css: https://developer.mozilla.org/de/docs/Web/CSS/text-align . Should this be vertical-align =
Grahame Grieve (May 14 2019 at 05:41):
it certainly should be. I'll fix things up - thanks
Grahame Grieve (May 14 2019 at 07:11):
that was one of bigger search and replaces I've done - replaced it 845,000 times across the code base and published implementation guides
Eric Haas (May 15 2019 at 00:02):
I fixed the cat template too
Last updated: Apr 12 2022 at 19:14 UTC