ALL POSTSRemoving shadow
<p>Is it possible to remove the shadow from the side of tables (example)? It's causing problems with mobile devices and it's probably best to remove it entirely.
</p>
(Edited by Thunderdog1138)
<p>You can use this in your sitewide CSS:
</p>
<div dir="ltr" class="mw-geshi mw-content-ltr"><div class="css source-css">
<span class="re1">.WikiaArticle</span> <span class="re1">.table-is-wide</span><span class="re2">:before </span><span class="br0">{</span>
box-shadow<span class="sy0">:</span> <span class="kw2">none</span><span class="sy0">;</span>
<span class="br0">}</span></div></div>
(Edited by KockaAdmiralac)