Skip to content

Commit

Permalink
Properties may be safely replaced with margin shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Dec 25, 2024
1 parent 71b6f4e commit b9ca852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ start Password strength bar style
ul#strength {
display: inline;
list-style: none;
margin: 0;
margin-left: 15px;
margin: 0 0 0 15px;
padding: 0;
vertical-align: 2px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ start Password strength bar style
ul#strength {
display: inline;
list-style: none;
margin: 0;
margin-left: 15px;
margin: 0 0 0 15px;
padding: 0;
vertical-align: 2px;
}
Expand Down

0 comments on commit b9ca852

Please sign in to comment.