CSS: User list: Add missing semicolon to CSS property (#4244)

This commit is contained in:
Richard Hansen 2020-09-04 13:51:42 -04:00 committed by GitHub
parent 3139dd2037
commit b364d12d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@
float: left; float: left;
width: 24px; width: 24px;
height: 24px; height: 24px;
border: 1px solid #ccc border: 1px solid #ccc;
background: transparent; background: transparent;
cursor: pointer; cursor: pointer;
} }
@ -136,4 +136,4 @@ input#myusernameedit:not(.editable) {
} }
.usertdname { .usertdname {
font-size: 1.2rem; font-size: 1.2rem;
} }