From a82943776156937430e3c785ce6aebc439f90a45 Mon Sep 17 00:00:00 2001 From: joshtriplett Date: Tue, 8 May 2007 20:44:26 +0000 Subject: Use border-style: none; rather than border: 0px; for img. --- doc/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/style.css') 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. */ -- cgit v1.2.3