[TASK] Remove outlines from all elements by default.

This commit is contained in:
Jan Philipp Timme 2013-09-11 14:09:10 +02:00
parent c2e0e5609c
commit 2607fb7428
1 changed files with 2 additions and 1 deletions

View File

@ -12,11 +12,12 @@
font-weight: bold; font-weight: bold;
} }
/* reset padding and margin on elements */ /* reset padding and margin on elements, eliminate outlines and borders */
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: none 0px;
} }
html, body { html, body {