From 221c5250579fa6e3cb39f36d926cdc19e11607b5 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Mon, 6 May 2013 16:09:26 +0100 Subject: [PATCH] Fixed duplicate attribute in css --- site/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/style.css b/site/css/style.css index fad86199..de86c706 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -250,7 +250,7 @@ body > footer a:hover img { margin: 0 20px; padding: 5px 0; border-radius: 5px 5px 0 0; - box-shadow: box-shadow: 0 3px 10px rgba(0,0,0,.5); + box-shadow: 0 3px 10px rgba(0,0,0,.5); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; font-weight: normal;