mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
1e04619675
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
15 lines
328 B
CSS
15 lines
328 B
CSS
/**
|
|
* SPDX-FileCopyrightText: 2013 ownCloud, Inc.
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
#body-login .error-broken-link{
|
|
text-align:left;color:#fff;
|
|
}
|
|
|
|
#body-login .error-broken-link ul{
|
|
margin:10px 0 10px 0;
|
|
}
|
|
|
|
#body-login .error-broken-link ul li{
|
|
list-style: disc;list-style-position:inside;cursor:default;
|
|
}
|