diff options
Diffstat (limited to 'ui/styles/reset.css')
| -rw-r--r-- | ui/styles/reset.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/styles/reset.css b/ui/styles/reset.css index a3f7681..f9fa505 100644 --- a/ui/styles/reset.css +++ b/ui/styles/reset.css @@ -88,7 +88,9 @@ video { padding: 0; border: 0; font-size: 100%; - font: inherit; + /* The following seems to make `em` not italic, `code` not monospace, etc. + * And that's undesirable. */ + /* font: inherit; */ vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ |
