123456789101112131415161718192021222324252627282930313233343536373839 |
- @media print{
-
- .nav,
- .navheader,
- .footer,
- .navfooter,
- #searchForm,
- .wh_search_input,
- .wh_header{
- display:none !important;
- }
-
-
- *{
- text-shadow:none !important;
- }
- body {
- font-size: 11.5pt;
- margin: auto;
- }
- .container {
- width:100%;
- }
- *[class^="col-"], *[class^=" col-"] {
- width: 100%;
- }
- }
|