MDL-56995 boost: fix css lint warning

This commit is contained in:
Dan Poltawski 2016-11-23 15:45:25 +00:00
parent 2a55269ce8
commit 183b1d6785

View File

@ -2,7 +2,7 @@
// Fix body margin for drawer in print mode.
body.drawer-open-left.jsenabled,
body.drawer-open-right.jsenabled {
margin: 0px;
margin: 0;
}
// Safari fix see: http://v4-alpha.getbootstrap.com/getting-started/browsers-devices/#printing.