mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fixed unneeded properties
This commit is contained in:
parent
1bffa3033e
commit
5661c131fb
4 changed files with 17 additions and 10 deletions
|
|
@ -37,7 +37,10 @@ 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{ margin: 1em 0; padding: 0 20px 0 20px; }
|
||||
.panel{
|
||||
/* removed default margins */
|
||||
margin: 0 0 0 0;
|
||||
padding: 0 20px 0 20px; }
|
||||
|
||||
/*
|
||||
* 1. Display hand cursor for clickable form elements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue