Formatting changes only; markdown code
backticks instead of <code>; newlines adjustment in -box-sizing
This commit is contained in:
parent
3d8bdcf152
commit
244bc0d944
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Default constant is padding-box, the box model used by modern browsers.
|
Default constant is padding-box, the box model used by modern browsers.
|
||||||
|
|
||||||
If you wish to do so, you can override the default constant with <code>border-box</code>
|
If you wish to do so, you can override the default constant with `border-box`
|
||||||
|
|
||||||
To override to the border-box model, use this code:
|
To override to the border-box model, use this code:
|
||||||
!default_background_clip = "border-box"
|
!default_background_clip = "border-box"
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
@param !bs
|
@param !bs
|
||||||
[ content-box | border-box ]
|
[ content-box | border-box ]
|
||||||
|
|
||||||
=box-sizing(!bs)
|
=box-sizing(!bs)
|
||||||
/* Mozilla (FireFox, Camino)
|
/* Mozilla (FireFox, Camino)
|
||||||
-moz-box-sizing= !bs
|
-moz-box-sizing= !bs
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
Provides a cross-browser method to implement <code>display: inline-block;</code>
|
Provides a cross-browser method to implement `display: inline-block;`
|
||||||
|
|
||||||
=inline-block
|
=inline-block
|
||||||
display: -moz-inline-box
|
display: -moz-inline-box
|
||||||
|
Loading…
Reference in New Issue
Block a user