diff options
author | Michael Miday <midaym@gmail.com> | 2015-08-26 06:44:04 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-08-26 06:44:04 +0200 |
commit | 69039054a05c983c33e1246915bc2b2aa03aafa0 (patch) | |
tree | b0788851077ad8a98c1427e8378d1dbca060c6a0 /phpBB/styles/prosilver/theme | |
parent | 53ef8815b177d2c4826d80db6ab3d15c9b76accf (diff) | |
download | forums-69039054a05c983c33e1246915bc2b2aa03aafa0.tar forums-69039054a05c983c33e1246915bc2b2aa03aafa0.tar.gz forums-69039054a05c983c33e1246915bc2b2aa03aafa0.tar.bz2 forums-69039054a05c983c33e1246915bc2b2aa03aafa0.tar.xz forums-69039054a05c983c33e1246915bc2b2aa03aafa0.zip |
[ticket/12719] Remove old reset
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 7b47386fed..7ecb1bb83f 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1,52 +1,3 @@ -/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 ----------------------------------------- */ -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, 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, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} -/* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display: block; -} -body { - line-height: 1; -} -ol, ul { - list-style: none; -} -blockquote, q { - quotes: none; -} -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; -} -table { - border-collapse: collapse; - border-spacing: 0; -} -abbr { - text-decoration: none; -} - /* General Markup Styles ---------------------------------------- */ html { |