Print-O-Matic Icon Inline-Block CSS

This is how you modify the print-icon to have it show up in a simple menu. If we start with a simple right-aligned menu: <p style=”text-align: right;”><span class=”expandall”>Expand All</span> | <span class=”collapseall”>Collapse All</span> | </p> See how the icon jumps to it’s own line? Expand All | Collapse All | Let’s fix that. Step one, …