changed paddings and width beetwen panels

This commit is contained in:
coderaiser 2012-07-04 09:58:42 -04:00
parent 7956e367ae
commit 65cb7ec245
3 changed files with 8 additions and 5 deletions

View file

@ -35,7 +35,7 @@ a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
ul{ margin: 1em 0; padding: 0 0 0 40px; }
ul{ margin: 1em 0; padding: 0 20px 0 20px; }
/*
* 1. Display hand cursor for clickable form elements