Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qiu-deqing committed Aug 1, 2014
2 parents 06cc736 + 08ec55c commit ccff8a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ Content-Type: text/html; charset=iso-8859-1
2.不会在元素前后进行换行
3.受``white-space``控制
4.``margin/padding``在竖直方向上无效,水平方向上有效
5.``width/height``属性无效,宽度由元素内容决定
5.``width/height``属性对非替换行内元素无效,宽度由元素内容决定
6.非替换行内元素的行框高由``line-height``确定,替换行内元素的行框高由``height``,``margin``,``padding``,``border``决定
6.浮动或绝对定位时会转换为``block``
7.``vertical-align``属性生效

Expand Down

0 comments on commit ccff8a0

Please sign in to comment.