From af064c33db2ea9e62e2f22a84e08281098e59134 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Nov 2012 17:05:53 -0800 Subject: [PATCH] * reset in lib --- lib/css/base.css | 78 +----------------------------------------------- 1 file changed, 1 insertion(+), 77 deletions(-) diff --git a/lib/css/base.css b/lib/css/base.css index 7d2f817..839dd0c 100644 --- a/lib/css/base.css +++ b/lib/css/base.css @@ -1,83 +1,7 @@ /* 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