]> BookStack Code Mirror - bookstack/blob - resources/sass/_reset.scss
Merge pull request #5627 from BookStackApp/lexical_20250525
[bookstack] / resources / sass / _reset.scss
1 /* http://meyerweb.com/eric/tools/css/reset/
2    v2.0 | 20110126
3    License: none (public domain)
4 */
5
6 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
7   margin: 0;
8   padding: 0;
9   border: 0;
10   font-size: 100%;
11   font: inherit;
12   vertical-align: baseline; }
13
14 /* HTML5 display-role reset for older browsers */
15
16 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
17   display: block; }
18
19 body {
20   line-height: 1; }
21
22 ol, ul {
23   list-style: none; }
24
25 blockquote, q {
26   quotes: none; }
27
28 blockquote {
29   &:before, &:after {
30     content: '';
31     content: none; } }
32
33 q {
34   &:before, &:after {
35     content: '';
36     content: none; } }
37
38 table {
39   border-collapse: collapse;
40   border-spacing: 0; }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.