| OLD | NEW |
| 1 /* -------------------------------------------------------------- | 1 /* -------------------------------------------------------------- |
| 2 | 2 |
| 3 reset.css | 3 reset.css |
| 4 * Resets default browser CSS. | 4 * Resets default browser CSS. |
| 5 | 5 |
| 6 Based on work by Eric Meyer: | 6 Based on work by Eric Meyer: |
| 7 * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ | 7 * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ |
| 8 | 8 |
| 9 -------------------------------------------------------------- */ | 9 -------------------------------------------------------------- */ |
| 10 | 10 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 | 29 |
| 30 /* Tables still need 'cellspacing="0"' in the markup. */ | 30 /* Tables still need 'cellspacing="0"' in the markup. */ |
| 31 caption, th, td { text-align: left; font-weight:400; } | 31 caption, th, td { text-align: left; font-weight:400; } |
| 32 | 32 |
| 33 /* Remove possible quote marks (") from <q>, <blockquote>. */ | 33 /* Remove possible quote marks (") from <q>, <blockquote>. */ |
| 34 blockquote:before, blockquote:after, q:before, q:after { content: ""; } | 34 blockquote:before, blockquote:after, q:before, q:after { content: ""; } |
| 35 blockquote, q { quotes: "" ""; } | 35 blockquote, q { quotes: "" ""; } |
| 36 | 36 |
| 37 a img { border: none; } | 37 a img { border: none; } |
| 38 | 38 |
| OLD | NEW |