From f5202915cc556c984bca63ead34f7f051cd8bd21 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Nov 2012 17:12:53 -0800 Subject: [PATCH] undo the reset * change since @dhgamache told me to <3 --- lib/css/base.css | 78 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/lib/css/base.css b/lib/css/base.css index 839dd0c..7d2f817 100644 --- a/lib/css/base.css +++ b/lib/css/base.css @@ -1,7 +1,83 @@ /* Hard reset -------------------------------------------------- */ -* { +html, +body, +div, +span, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +section, +summary, +time, +audio, +video { padding: 0; margin: 0; border: 0; -- 2.39.2