You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
314 B

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