git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / disable_browser_default_styles.css
1 blockquote, body, div, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, table, td, th, ul
2 {
3 margin: 0;
4 padding: 0;
5 }
6
7 body, h1, h2, h3, h4, h5, h6, li, ol, p, ul
8 {
9 font-size: 1em;
10 line-height: 1.0;
11 }
12
13 em
14 {
15 font-style: normal;
16 }
17
18 ol, ul
19 {
20 list-style: none;
21 }
22
23 strong, th
24 {
25 font-weight: normal;
26 }