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.

16 lines
393 B

  1. @media print{@page{margin:.5cm;}
  2. #print ,#print td,#print tr {
  3. border: 1px solid #d3d3d3;
  4. text-align:center;
  5. }
  6. #print th {
  7. height:35px;
  8. border: 1px solid #d3d3d3;
  9. font-weight: bold;
  10. font-size: 15px;
  11. text-align:center;
  12. }
  13. #print td {
  14. height:30px;
  15. font-size: 15px;
  16. text-align:center;
  17. }