You are here

pdf.css in PDF Generator 8

Same filename and directory in other branches
  1. 2.0.x css/pdf.css
@page {
  padding: 2cm;
}

body {
  font: normal 14px 'Enriqueta', serif;
  margin: 0;
  position: relative;
}

table {
  width: 100%;
}

File

css/pdf.css
View source
  1. @page {
  2. padding: 2cm;
  3. }
  4. body {
  5. font: normal 14px 'Enriqueta', serif;
  6. margin: 0;
  7. position: relative;
  8. }
  9. table {
  10. width: 100%;
  11. }