email-css-resets
email-css-resets copied to clipboard
Reset <li> margin for Outlook Windows Desktop
Should this be included?
<!--[if mso]>
<style type="text/css">
li {margin-left:-40px !important;}
</style>
<![endif]-->
As it will reset the list item to 0px margin left?
Maybe with the added information that to change the indentation using margin to adjust the -40px ?