Skip to content

Commit

Permalink
Lint CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Jun 2, 2024
1 parent f07f075 commit c20f816
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions UI/css/system/ledgersmb-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,7 @@ body.menu,
color: var(--listtop-clr);
font-size: var(--listtop-font-size);
font-weight: bold;
padding-bottom: 0.1em;
padding-left: 1ex;
padding-right: 1ex;
padding-top: 0.1em;
padding: 0.1em 1ex;
}

.listheading,
Expand All @@ -269,10 +266,7 @@ thead th {
color: var(--listheading-clr);
font-size: var(--listheading-font-size);
font-weight: bold;
padding-bottom: 0.1em;
padding-left: 1ex;
padding-right: 1ex;
padding-top: 0.1em;
padding: 0.1em 1ex;
}

thead a:link {
Expand Down

0 comments on commit c20f816

Please sign in to comment.