diff options
Diffstat (limited to 'desktop/assets/stylesheets/html.css')
| -rw-r--r-- | desktop/assets/stylesheets/html.css | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/desktop/assets/stylesheets/html.css b/desktop/assets/stylesheets/html.css new file mode 100644 index 0000000..5522001 --- /dev/null +++ b/desktop/assets/stylesheets/html.css @@ -0,0 +1,99 @@ +/* `HTML5 Reset +----------------------------------------------------------------------------------------------------*/ + +a, +abbr, +address, +article, +aside, +audio, +b, +blockquote, +body, +caption, +cite, +code, +dd, +del, +dfn, +dialog, +div, +dl, +dt, +em, +fieldset, +figure, +footer, +form, +h1, +h2, +h3, +h4, +h5, +h6, +header, +hgroup, +hr, +html, +i, +iframe, +img, +ins, +kbd, +label, +legend, +li, +mark, +menu, +menu, +nav, +object, +ol, +p, +pre, +q, +samp, +section, +small, +span, +strong, +sub, +sup, +table, +tbody, +td, +tfoot, +th, +thead, +time, +tr, +ul, +var, +video { + border: 0; + margin: 0; + outline: 0; + padding: 0; +} + +html, +body { + height: 100%; +} + +img { + +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th, +td, +caption { + font-weight: normal; + vertical-align: top; + text-align: left; +}
\ No newline at end of file |
