Hi,
Thanks for the fast updates! I think I found a bug in latest 3.1.0.5360 build, regarding bullets. If I try to set a margin bigger than 9 for bullets (through Lists->Unordered Lists->Typography->More->Margin) and then set it to 17 for example, then the generated CSS code is not the same.
With "9", we get:
#ttr_content ul li {
margin: 9px;
}
With 17, we get:
#ttr_content ul li {
margin: 17px 0;
}
Which doesn't give the same results.
Also, it would be really good to be able to set every margin independently (top, bottom, left and right) for finer tweaking (this suggestion also applies to other elements in TT).
Thank you!
Frédéric