chore(css) .panel: mv margin, padding to style.css

This commit is contained in:
coderaiser 2013-08-06 11:50:56 +00:00
parent 49c41f9452
commit 2af2cf83e5
2 changed files with 2 additions and 9 deletions

View file

@ -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

View file

@ -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;