mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
CSS: User list: Add missing semicolon to CSS property (#4244)
This commit is contained in:
parent
3139dd2037
commit
b364d12d9b
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
float: left;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: 1px solid #ccc
|
||||
border: 1px solid #ccc;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -136,4 +136,4 @@ input#myusernameedit:not(.editable) {
|
|||
}
|
||||
.usertdname {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue