mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix double semicolon
This commit is contained in:
parent
9db99eab36
commit
eb6c549d74
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ body {
|
|||
.two-factor-cancel {
|
||||
display: inline-block;
|
||||
padding: 12px;
|
||||
color: rgba(255, 255, 255, .75);;
|
||||
color: rgba(255, 255, 255, .75);
|
||||
}
|
||||
|
||||
.float-spinner {
|
||||
|
|
|
|||
Loading…
Reference in a new issue