DeepBlueCLtd / LegacyMan

Legacy content for Field Service Manual
https://deepbluecltd.github.io/LegacyMan/index.html
Apache License 2.0
2 stars 0 forks source link

Unit/Class page - images inline #606

Closed IanMayo closed 10 months ago

IanMayo commented 10 months ago

At the start of a unit/class page we have a set of images. Ensure these are displayed in a horizontal line.

I guess that to start with we do this using display:block CSS command. If that doesn’t work, we’ll have to count the images and give the relevant %age.

Update this is an issue because in some classes the list of image divs are inside a parent div. We unpack the parent div, but they are still presented as divs. These get implemented as display:block when rendered, which puts them into a vertical column.

Have asked Robin for support in finding where the images are written to the top of the section. Carry on with progress when I hear back.