github.com/qubitproducts/logspray@v0.2.14/server/swagger-ui/src/main/less/reset.less (about) 1 /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */ 2 3 html, body, div, span, applet, object, iframe, 4 h1, h2, h3, h4, h5, h6, p, blockquote, pre, 5 a, abbr, acronym, address, big, cite, code, 6 del, dfn, em, img, ins, kbd, q, s, samp, 7 small, strike, strong, sub, sup, tt, var, 8 b, u, i, center, 9 dl, dt, dd, ol, ul, li, 10 fieldset, form, label, legend, 11 table, caption, tbody, tfoot, thead, tr, th, td, 12 article, aside, canvas, details, embed, 13 figure, figcaption, footer, header, hgroup, 14 menu, nav, output, ruby, section, summary, 15 time, mark, audio, video { 16 margin: 0; 17 padding: 0; 18 border: 0; 19 font-size: 100%; 20 font: inherit; 21 vertical-align: baseline; 22 } 23 24 /* HTML5 display-role reset for older browsers */ 25 article, aside, details, figcaption, figure, 26 footer, header, hgroup, menu, nav, section { 27 display: block; 28 } 29 30 body { 31 line-height: 1; 32 } 33 34 ol, ul { 35 list-style: none; 36 } 37 38 blockquote, q { 39 quotes: none; 40 } 41 42 blockquote:before, blockquote:after, 43 q:before, q:after { 44 content: ''; 45 content: none; 46 } 47 48 table { 49 border-collapse: collapse; 50 border-spacing: 0; 51 }