Page 1 of 1

list-style-position: inside

Posted: Thu Aug 04, 2022 7:37 pm
by abacus66
Have a problem. When I create this piece of the code:

Code: Select all

*[class ~= "topic/ul"] {
	padding-left: 0mm;
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-position: inside;
}
I've got this result

гражданских образцов авиационной техники;

образцов авиационной техники военного назначения;

образцов авиационной техники, проектируемых с участием зарубежных компаний и поставляемых на экспорт.
What's wrong?

Re: list-style-position: inside

Posted: Fri Aug 05, 2022 9:26 am
by julien_lacour
Hi Dr. ABacus,

This rule only modifies the list behavior, not its list-items (<li>). Is there any other rule in your CSS that could modify the list-items (using topic/li for instance)?
If you don't find such rule in your stylesheet, you can still send us a small sample reproducing the problem and the CSS used in the transformation at support@oxygenxml.com

Regards,
Julien