app/assets/stylesheets/reset.css in stones-0.2.5 vs app/assets/stylesheets/reset.css in stones-1.0.0

- old
+ new

@@ -7,49 +7,40 @@ small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, textarea { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-weight: inherit; - font-style: inherit; - font-size: 100%; - font-family: inherit; - vertical-align: baseline; + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; } -/* remember to define focus styles! */ -:focus { - outline: 0; -} - body { - line-height: 1; - color: black; - background: white; + line-height: 1; + color: black; + background: white; } +a img {border:none;} +ins {text-decoration: none;} +del {text-decoration: line-through;} -ol, ul { - list-style: none; -} +:focus { outline: 0; } +ol, ul { list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { - border-collapse: separate; - border-spacing: 0; + border-collapse: collapse; + border-spacing: 0; } - caption, th, td { - text-align: left; - font-weight: normal; + text-align: left; + font-weight: normal; } -blockquote:before, blockquote:after, q:before, q:after { - content: ""; -} - -blockquote, q { - quotes: "" ""; +blockquote, q { quotes: none; } +blockquote:before, blockquote:after, +q:before, q:after { + content: ""; }