From 2cdb5fe5dccc278cd6675a659211f6fe8ce1107a Mon Sep 17 00:00:00 2001 From: opi Date: Wed, 28 May 2014 09:59:51 +0200 Subject: [PATCH] [fix] Harder reset for panel elements --- portal/assets/css/ynhpanel.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/portal/assets/css/ynhpanel.css b/portal/assets/css/ynhpanel.css index 639ecfb..1c997d5 100644 --- a/portal/assets/css/ynhpanel.css +++ b/portal/assets/css/ynhpanel.css @@ -102,10 +102,12 @@ body {/*overflow-y: scroll;*/} margin: 0; padding: 0; border: 0; + border-radius: 0; vertical-align: baseline; text-align: left; line-height: 1.5; position: static; + background: none; color: #fff; font-family: inherit; font-size: inherit;