Skip to content

Commit

Permalink
Merge pull request ledgersmb#4520 from ylavoie/css-border
Browse files Browse the repository at this point in the history
Fix border typo in css
  • Loading branch information
ehuelsmann committed Mar 26, 2020
2 parents c669153 + 9517a35 commit 456089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/css/system/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ html, body {
.header_table {
margin-left: auto;
margin-right: auto;
border=none; border-height:0; padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:0;
border:none; border-height:0; padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:0;
border-collapse: collapse;
}

Expand Down

0 comments on commit 456089a

Please sign in to comment.