mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(css) .panel: mv margin, padding to style.css
This commit is contained in:
parent
49c41f9452
commit
2af2cf83e5
2 changed files with 2 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue