From 43f847ede31c75c9029ad9d3efef6589b03d49d6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Nov 2012 17:14:52 -0800 Subject: [PATCH] rerun make --- dist/ratchet.css | 80 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 78 insertions(+), 2 deletions(-) diff --git a/dist/ratchet.css b/dist/ratchet.css index ee1b85b..ca7fd80 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -9,7 +9,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; @@ -1081,7 +1157,7 @@ select { .slider > ul > li { display: inline-block; vertical-align: top; /* Ensure that li always aligns to top */ - width: 100%; + width: 100%; height: 100%; } -- 2.39.2