adding the new layout proposed by Lucas
[cascardo/ema.git] / media / css / reset.css
diff --git a/media/css/reset.css b/media/css/reset.css
new file mode 100755 (executable)
index 0000000..cb05582
--- /dev/null
@@ -0,0 +1,39 @@
+/* -------------------------------------------------------------- \r
+  \r
+   reset.css\r
+   * Resets default browser CSS.\r
+   \r
+   Based on work by Eric Meyer:\r
+   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/\r
+   \r
+-------------------------------------------------------------- */\r
+\r
+html, body, div, span, object, iframe,\r
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,\r
+a, abbr, acronym, address, code,\r
+del, dfn, em, img, q, dl, dt, dd, ol, ul, li,\r
+fieldset, form, label, legend,\r
+table, caption, tbody, tfoot, thead, tr, th, td {\r
+       margin: 0;\r
+       padding: 0;\r
+       border: 0;\r
+       font-weight: inherit;\r
+       font-style: inherit;\r
+       font-size: 100%;\r
+       font-family: inherit;\r
+       vertical-align: baseline;\r
+}\r
+\r
+\r
+body { line-height: 1.5; background: #fff; margin:1.5em 0; }\r
+\r
+/* Tables still need 'cellspacing="0"' in the markup. */\r
+table { border-collapse: separate; border-spacing: 0; }\r
+caption, th, td { text-align: left; font-weight:400; }\r
+\r
+/* Remove possible quote marks (") from <q>, <blockquote>. */\r
+blockquote:before, blockquote:after, q:before, q:after { content: ""; }\r
+blockquote, q { quotes: "" ""; }\r
+\r
+a img { border: none; }\r
+\r