diff options
Diffstat (limited to 'res/default.css')
-rw-r--r-- | res/default.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/res/default.css b/res/default.css new file mode 100644 index 00000000..d1d6801d --- /dev/null +++ b/res/default.css @@ -0,0 +1,32 @@ +area, base, source, track, link, meta, param, wbr, head, style, script { + display: none; +} + +address, blockquote, center, del, dir, div, dl, fieldset, form, h1, h2, h3, h4, +h5, h6, hr, ins, menu, noframes, noscript, ol, p, pre, table, ul, center, dir, +menu, noframes, body { + display: block +} + +br { + display: block; + content: ' ' +} + +a, abbr, b, bdo, button, cite, code, del, dfn, em, font, i, img, ins, +input, iframe, kbd, label, map, object, q, samp, select, small, span, strong, +sub, sup, textarea, tt, var, font, iframe, u, s, strike, frame, img, input { + display: inline +} + +col { + display: table-column +} + +img { + display: inline-block +} + +li { + display: list-item +} |