data/content/css/blueprint/lib/reset.css in webby-0.3.0 vs data/content/css/blueprint/lib/reset.css in webby-0.4.0
- old
+ new
@@ -1,20 +1,21 @@
/* --------------------------------------------------------------
Reset.css
- * Resets default browser CSS styles.
+ * Version: 0.5 (28/8/2007)
+ * Website: http://code.google.com/p/blueprintcss/
- Original by Erik Meyer:
+ Original by Eric Meyer:
* meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
+strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
@@ -33,5 +34,7 @@
caption, th, td { text-align: left; font-weight: normal; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
+
+/* EOF */