]> git.immae.eu Git - github/wallabag/wallabag.git/blame - css/reset.css
add twitter link
[github/wallabag/wallabag.git] / css / reset.css
CommitLineData
1a268ba7
NL
1html, body, div, span, object, iframe,\r
2h1, h2, h3, h4, h5, h6, p, blockquote, pre,\r
3a, abbr, acronym, address, code,\r
4del, dfn, em, img, q, dl, dt, dd, ol, ul, li,\r
5fieldset, form, label, legend,\r
6table, caption, tbody, tfoot, thead, tr, th, td {\r
7 margin: 0;\r
8 padding: 0;\r
9 border: 0;\r
10 font-weight: inherit;\r
11 font-style: inherit;\r
12 font-size: 100%;\r
13 font-family: inherit;\r
14 vertical-align: baseline;\r
15}\r
16\r
17\r
18/* Tables still need 'cellspacing="0"' in the markup. */\r
19table { border-collapse: separate; border-spacing: 0; }\r
20caption, th, td { text-align: left; font-weight: normal; }\r
21table, td, th { vertical-align: middle; }\r
22\r
23/* Remove possible quote marks (") from <q>, <blockquote>. */\r
24blockquote:before, blockquote:after, q:before, q:after { content: ""; }\r
25blockquote, q { quotes: "" ""; }\r
26\r
27/* Remove annoying border on linked images. */\r
28a img { border: none; }\r
29\r
30\r
31body {\r
32 \r
33 margin: 10px;\r
34}\r
35\r