标签:style blog io ar sp for on div log
不同的浏览器默认的css样式不同,因此在格式化样式之前,先重置css默认样式:
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote { padding: 0; margin: 0; font-size: 100%; font-weight: normal; } table { border-collapse: collapse; border-spacing: 0; } td, th, caption { font-weight: normal; text-align: left; } img, fieldset { border: 0; } ol { padding-left: 1.4em; list-style: decimal; } ul { padding-left: 1.4em; list-style:square; } q:before, q:after { content:‘‘; }
标签:style blog io ar sp for on div log
原文地址:http://www.cnblogs.com/qiuna/p/4148978.html