summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/tests/dromaeo/reset.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/tests/dromaeo/reset.css')
-rw-r--r--testing/talos/talos/tests/dromaeo/reset.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/talos/talos/tests/dromaeo/reset.css b/testing/talos/talos/tests/dromaeo/reset.css
new file mode 100644
index 0000000000..4a3cf94153
--- /dev/null
+++ b/testing/talos/talos/tests/dromaeo/reset.css
@@ -0,0 +1,38 @@
+/* --------------------------------------------------------------
+
+ reset.css
+ * Resets default browser CSS.
+
+ Based on work by Eric Meyer:
+ * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
+
+-------------------------------------------------------------- */
+
+html, body, div, span, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, code,
+del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-weight: inherit;
+ font-style: inherit;
+ font-size: 100%;
+ font-family: inherit;
+ vertical-align: baseline;
+}
+
+
+body { line-height: 1.5; background: #fff; margin:1.5em 0; }
+
+/* Tables still need 'cellspacing="0"' in the markup. */
+caption, th, td { text-align: left; font-weight:400; }
+
+/* Remove possible quote marks (") from <q>, <blockquote>. */
+blockquote:before, blockquote:after, q:before, q:after { content: ""; }
+blockquote, q { quotes: "" ""; }
+
+a img { border: none; }
+