mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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;
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue