Skip to content

Commit

Permalink
Updated PDF templates with explicit widths for the columns
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkuu committed Apr 24, 2017
1 parent 0c77abf commit 5665b68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions proposals/templates/proposals/proposal_pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}

#content th, td {
width: 500px;
font-weight: normal;
text-align: left;
padding-top: 3px;
Expand All @@ -29,11 +30,6 @@
padding-left: 3px;
}

#content th {
font-weight: normal;
text-align: left;
}

#content li {
line-height: 10px;
}
Expand Down
6 changes: 1 addition & 5 deletions proposals/templates/proposals/proposal_pdf_empty.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}

#content th, td {
width: 500px;
font-weight: normal;
text-align: left;
padding-top: 3px;
Expand All @@ -29,11 +30,6 @@
padding-left: 3px;
}

#content th {
font-weight: normal;
text-align: left;
}

#content li {
line-height: 10px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}

#content th, td {
width: 500px;
font-weight: normal;
text-align: left;
padding-top: 3px;
Expand All @@ -29,11 +30,6 @@
padding-left: 3px;
}

#content th {
font-weight: normal;
text-align: left;
}

#content li {
line-height: 10px;
}
Expand Down

0 comments on commit 5665b68

Please sign in to comment.