From 2af2cf83e50d069ebd8060f6dd9d1838dc1ef3bd Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 6 Aug 2013 11:50:56 +0000 Subject: [PATCH] chore(css) .panel: mv margin, padding to style.css --- css/reset.css | 9 --------- css/style.css | 2 ++ 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/css/reset.css b/css/reset.css index f6003d74..9a0cb0f5 100644 --- a/css/reset.css +++ b/css/reset.css @@ -37,15 +37,6 @@ a:focus { outline: thin dotted; } /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ a:hover, a:active { outline: 0; } -/* changed ul to panel, it using only in this case for now, and will css - * processing cost 33% with name of tag, so it should be match faster - */ -.panel{ - /* removed default margins */ - padding: 20px; - margin: 0; -} - /* * 1. Display hand cursor for clickable form elements * 2. Allow styling of clickable form elements in iOS diff --git a/css/style.css b/css/style.css index 2a39869f..24dbf4df 100644 --- a/css/style.css +++ b/css/style.css @@ -198,6 +198,8 @@ body { width: 46%; overflow-y: auto; border: 1.5px solid rgba(49, 123, 249, .40); + margin: 0; + padding: 20px; } #keyspanel{ text-align: center;