Formatting changes only; markdown code backticks instead of <code>; newlines adjustment in -box-sizing

This commit is contained in:
Johan Ronsse 2010-02-01 23:47:36 +01:00
parent 3d8bdcf152
commit 244bc0d944
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
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:
!default_background_clip = "border-box"

View File

@ -3,6 +3,7 @@
@param !bs
[ content-box | border-box ]
=box-sizing(!bs)
/* Mozilla (FireFox, Camino)
-moz-box-sizing= !bs

View File

@ -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
display: -moz-inline-box