This commit is contained in:
node 2012-07-04 19:58:22 +00:00
parent 200a2e7243
commit 4f8f0ab66f
8 changed files with 60 additions and 40 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