From 0abc3dc97592e46d6e63d9501b3dd246d8b9cda0 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Thu, 4 Apr 2013 14:30:02 +0100 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20cut=20off=20the=20edges=20of=20?= =?UTF-8?q?the=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/css/style.css b/site/css/style.css index e96579df..808fbd23 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -116,6 +116,7 @@ body > footer img { width: 100px; height: 44px; opacity: .8; + padding: 1px; -webkit-transition: opacity .2s; -moz-transition: opacity .2s; transition: opacity .2s; @@ -563,4 +564,4 @@ code.option, code.flag, code.filter, code.output { font-size: 32px; font-weight: bold; text-shadow: 0 -1px 0 rgba(0,0,0,.5); -} \ No newline at end of file +}