Merge pull request #4262 from yurydelendik/issue4257
Removes -moz-box-sizing usage
This commit is contained in:
commit
cc46cea7cb
3 changed files with 21 additions and 8 deletions
|
@ -13,9 +13,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
* { -moz-box-sizing: border-box; }
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue