From: joshtriplett Date: Tue, 8 May 2007 20:44:26 +0000 (+0000) Subject: Use border-style: none; rather than border: 0px; for img. X-Git-Tag: 2.1~70 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/a82943776156937430e3c785ce6aebc439f90a45 Use border-style: none; rather than border: 0px; for img. --- diff --git a/doc/style.css b/doc/style.css index fa70530cc..c34d9b2d1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -63,7 +63,7 @@ div.tags { } img { - border: 0px; + border-style: none; } /* Stuff for the RecentChanges table. */