CSS 书写顺序建议

来自Mozilla的CSS书写规范建议:

//显示属性
display
list-style
position
float
clear > //自身属性
width
height
margin
padding
border
background > //文本属性
color
font
text-decoration
text-align
vertical-align
white-space
other text
content > 浏览器 Hack:
test:791px!important; /FF Hack/
test:785px!important; /IE7 Hack/
test:777px; /
IE7以下*/

Technorati 标签: css,书写,顺序,建议,Mozilla