Avoid nowrap on printer

This commit is contained in:
Jakub Vrana 2010-12-30 13:30:08 +01:00
parent 876af58944
commit fce2312c55

View file

@ -59,4 +59,5 @@ pre { margin: 1em 0 0; }
#lang, #menu { display: none; }
#content { margin-left: 1em; }
#breadcrumb { left: 1em; }
.nowrap td, .nowrap th, td.nowrap { white-space: normal; }
}