From e3d390d81ddbc2bb5b096f32b8bb911fe4bc8dbc Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 18 Jan 2011 12:59:55 +0000 Subject: [PATCH] style.css: remove border from linked GF logotypes --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 47e66c0db..1065bc762 100644 --- a/css/style.css +++ b/css/style.css @@ -17,4 +17,4 @@ th,td { border: 1px solid #333; } td { background: white; } th { background: #9df; } -h1 img { float: right; } +h1 img { float: right; border: 0; }