list-style-position: inside

Having trouble installing Oxygen PDF Chemistry? Got a bug to report? Post it all here.
abacus66
Posts: 40
Joined: Wed May 25, 2016 10:45 am

list-style-position: inside

Post 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?
Best regards,
Dr. ABacus

#define QUESTION ((bb) || !(bb)) // © 1601 William Shakespeare
julien_lacour
Posts: 498
Joined: Wed Oct 16, 2019 3:47 pm

Re: list-style-position: inside

Post 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
Post Reply