Skip to content

Commit

Permalink
Minor CSS adjustment for identification tables.
Browse files Browse the repository at this point in the history
Regenerated public/css/*.
  • Loading branch information
jenglish committed Sep 12, 2020
1 parent 47eaa0d commit 0a9ca63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions less/structures.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ table.identification {
width: 15%;
font-weight: bold;
text-align: right;
vertical-align: baseline;
}
td {
padding: 0 @blg/4;
Expand Down
3 changes: 2 additions & 1 deletion public/css/doc-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@ table.identification th {
width: 15%;
font-weight: bold;
text-align: right;
vertical-align: baseline;
}
table.identification td {
padding: 0 3pt;
}
body {
font-family: "Liberation Serif", "Times New Roman", serif;
font-size: 12pt;
line-spacing: 1.0;
line-spacing: 1;
width: 6.5in;
margin: 0in auto;
color: #333333;
Expand Down
1 change: 1 addition & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ table.identification th {
width: 15%;
font-weight: bold;
text-align: right;
vertical-align: baseline;
}
table.identification td {
padding: 0 4px;
Expand Down

0 comments on commit 0a9ca63

Please sign in to comment.