Skip to content

Commit

Permalink
Added inline-block to .button per #142
Browse files Browse the repository at this point in the history
  • Loading branch information
kevquirk committed Apr 10, 2023
1 parent ca7b61a commit 7122166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ progress:indeterminate::-moz-progress-bar {
/* Classes for buttons and notices */
.button,
.button:visited {
display: inline-block;
text-decoration: none;
border: none;
border-radius: 5px;
Expand Down

0 comments on commit 7122166

Please sign in to comment.