Commit: 50ceb1618bf4ce14cfa75d8e6f659432868d4c07 Author: Hannes Magnusson <bj...@mongodb.com> Fri, 6 Dec 2013 14:08:20 -0800 Parents: be80b93035b4a83b6f8db60a7f53d899aa9e0255 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=50ceb1618bf4ce14cfa75d8e6f659432868d4c07 Log: This file is no longer used Changed paths: D styles/reset.css Diff: diff --git a/styles/reset.css b/styles/reset.css deleted file mode 100644 index e606469..0000000 --- a/styles/reset.css +++ /dev/null @@ -1,76 +0,0 @@ -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, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -section, article, aside, hgroup, header, footer, -nav, figure, figcaption, video, audio, embed, -mark, progress, meter, time, ruby, rt, rp, wbr, -canvas, command, details, datalist, keygen, -output { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-size: 100%; - vertical-align: baseline; - background: transparent; - text-decoration: none; -} -body { - line-height: 1; -} -ol, ul { - list-style: none; -} -blockquote, q { - quotes: none; -} -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; -} - -/* remember to define focus styles! */ -:focus { - outline: 0; -} - -/* tables still need 'cellspacing="0"' in the markup */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -/* Ensure HTML5 block elements are rendered so. */ -section, article, aside, header, footer, nav, figure { - display: block; -} - -.clearfix:after { - content: "."; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; -} - -.clearfix { - display: inline-block; -} - -html[xmlns] .clearfix { - display: block; -} - -* html .clearfix { - height: 1%; - overflow: visible; -} - -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php