Replied to Discussion: bullet points in Outlook by Sean Munley
I had to include the div.list ul and li in the mso conditional as well for it to work. But works pretty well.
Replied to Discussion: Copy Right Symbols Blue in iOS Gmail App by
I'm seeing same non appearing issue in 4.4 and IMAP with this solution.
Replied to Discussion: Gmail app hiding? by
I just recently resolved a similar issue. I needed an image to be hidden on desktop, and appear in mobile. I used the following:
div[class=mobilecontent]{display: block !important;max-height: none !important;max-width: none !important}
<div class="mobilecontent" style="mso-hide:all;display:none;max-height:0px;overflow:hidden;max-width:0px">
<img>
</div>