side-by-side
Posted: Mon Oct 09, 2023 2:35 pm
Hello,
I used side-by-side in css to place pictures next to the text with two following elements:
However, in places where the picture is next to the numbered paragraph, the number is slightly misplaced.
What could be the reason?
Cheers
Wojtek
I used side-by-side in css to place pictures next to the text with two following elements:
Code: Select all
*[outputclass ~= "side-by-side"] > *[class ~= "topic/p"] {
display:inline-block;
width: 40%;
vertical-align:top;
}
*[outputclass ~= "side-by-side"] > *[class ~= "topic/fig"] {
display:inline-block;
width: 50%;
vertical-align:top;
font-size:0pt;
}
What could be the reason?
Cheers
Wojtek