Merge pull request #57 from rsmith31415/fix-firefox-print-preview

Fix print preview in Firefox
Matthias Bussonnier 11 years ago
commit 5b9bdbf85d

@ -39,6 +39,9 @@ div#notebook_panel {
min-height: @page-min-height;
.box-shadow(@global-shadow);
}
@media print {
width: 100%;
}
}
div.ui-widget-content {

Loading…
Cancel
Save