From 5a4eb9e2b7b846ac25eaf9b9c795bf088107c2ef Mon Sep 17 00:00:00 2001 From: Milos Dinic Date: Fri, 21 Sep 2012 21:20:08 +0200 Subject: [PATCH] Fixing per comment in PR 372 --- apps/mozorg/templates/mozorg/calendar.html | 2 +- media/css/calendar-lightning.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/mozorg/templates/mozorg/calendar.html b/apps/mozorg/templates/mozorg/calendar.html index e805b3dc450..30128387997 100644 --- a/apps/mozorg/templates/mozorg/calendar.html +++ b/apps/mozorg/templates/mozorg/calendar.html @@ -12,7 +12,7 @@
- + Mozilla Calendar

Lightning Calendar

diff --git a/media/css/calendar-lightning.less b/media/css/calendar-lightning.less index d2eccb90ca5..9d5989b51cf 100644 --- a/media/css/calendar-lightning.less +++ b/media/css/calendar-lightning.less @@ -23,6 +23,10 @@ ul { -moz-box-sizing: content-box; } +.logobox img { + border: 0; +} + .middescription{ border-bottom: 1px solid #D6D6D6; margin-bottom: 10px;