From 04583383192d23e0d5341d2688feb0460c71a7b1 Mon Sep 17 00:00:00 2001 From: joshtriplett Date: Tue, 24 Apr 2007 20:53:36 +0000 Subject: * Change basewiki CSS to not put a border around images used as links. --- doc/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/style.css') diff --git a/doc/style.css b/doc/style.css index 5ba8b299c..0143b8fac 100644 --- a/doc/style.css +++ b/doc/style.css @@ -60,6 +60,10 @@ div.tags { width: 100%; } +img { + border: 0px; +} + /* Stuff for the RecentChanges table. */ tr.changeheader { background: #eee; -- cgit v1.2.3