mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
fix double semicolon
This commit is contained in:
parent
9db99eab36
commit
eb6c549d74
@ -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 New Issue
Block a user