Skip to content

Commit

Permalink
remove duplicate css attribute styling
Browse files Browse the repository at this point in the history
  • Loading branch information
markj0hnst0n committed Dec 10, 2024
1 parent 46d20e3 commit b7cdac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions assets/css/siel.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
.document table {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
}
.document td {
vertical-align: top;
margin: 0;
padding: 5px;
}
.document table {
table-layout: fixed;
}
.document .border-black {
border: 1px solid black;
}
Expand Down
4 changes: 1 addition & 3 deletions assets/css/siel_preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
.document table {
border-collapse: collapse;
width: 100%;
table-layout: fixed;
}
.document td {
vertical-align: top;
margin: 0;
padding: 5px;
}
.document table {
table-layout: fixed;
}
.document .border-black {
border: 1px solid black;
}
Expand Down

0 comments on commit b7cdac3

Please sign in to comment.