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.tremily.us/?a=commitdiff_plain;h=a82943776156937430e3c785ce6aebc439f90a45;p=ikiwiki.git 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. */