/* A CSS reset for ebooks. Intended to reduce inconsistencies between the following devices: Kobo eReader 1.9 Kobo for iOS 4.5.1 Kindle 2.5.6 Kindle for iOS Sony Reader 1.1.00.18040 iBooks 1.3 v1.0 | 20110925 Inspired by http://meyerweb.com/eric/tools/css/reset/ */ html, body, div, p, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, table, tbody, tfoot, thead, tr, th, td, caption, b, strong, u, i, center, s, strike, small, sub, sup, blockquote, q, a, img, abbr, acronym, address, code, pre, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, nav, output, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } p { text-indent: 0; text-align: left; margin-top:1em; orphans:2; widows:2; { ol, ul { list-style: none; } blockquote, q { quotes: none; } table { border-collapse: collapse; border-spacing: 0; } /* End of reset */