You are here

entity-print.css in Entity Print 8.2

Same filename and directory in other branches
  1. 8 css/entity-print.css
  2. 7 css/entity-print.css
body {
  font-family: "DejaVu Sans", Helvetica, Arial, sans-serif;
}

.page {
  padding: 20px;
}

.page img {
  max-width: 100%;
  height: auto;
}

.page td img {
  max-width: none;
}

File

css/entity-print.css
View source
  1. body {
  2. font-family: "DejaVu Sans", Helvetica, Arial, sans-serif;
  3. }
  4. .page {
  5. padding: 20px;
  6. }
  7. .page img {
  8. max-width: 100%;
  9. height: auto;
  10. }
  11. .page td img {
  12. max-width: none;
  13. }