git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / disable_browser_default_styles.css
diff --git a/doc/webdeveloper/stylesheets/disable_browser_default_styles.css b/doc/webdeveloper/stylesheets/disable_browser_default_styles.css
new file mode 100644 (file)
index 0000000..64bf55f
--- /dev/null
@@ -0,0 +1,26 @@
+blockquote, body, div, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, table, td, th, ul
+{
+    margin: 0;
+    padding: 0;
+}
+
+body, h1, h2, h3, h4, h5, h6, li, ol, p, ul
+{
+    font-size: 1em;
+    line-height: 1.0;
+}
+
+em
+{
+    font-style: normal;
+}
+
+ol, ul
+{
+    list-style: none;
+}
+
+strong, th
+{
+    font-weight: normal;
+}
\ No newline at end of file