5 ms·
quick fix to make it readable on firefox, I right-clicked on the paragraph -> Inspect Element, selected the div.single-content and removed the "float:left" CSS
by bhassel 13y ago
quick fix to make it readable on firefox, I right-clicked on the paragraph -> Inspect Element, selected the div.single-content and removed the "float:left" CSS rule.
- EnderMB 13y agoYou can also make the large Google screenshot smaller if you use the Image Zoom plugin (or know how to change it using Firebug or the default dev tools). I believe that is what's causing the layout to freak out.
- lukeschlather 13y agoView -> page style -> no style. One of my favorite features.
- mdturnerphys 13y agoThat's awesome. Thanks!