nextcloud/apps/files_sharing/css/404.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
329 B
CSS
Raw Normal View History

/**
* SPDX-FileCopyrightText: 2013 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
2013-07-29 10:36:59 -04:00
#body-login .error-broken-link{
text-align:start;color:#fff;
2013-07-29 10:36:59 -04:00
}
#body-login .error-broken-link ul{
margin:10px 0 10px 0;
}
#body-login .error-broken-link ul li{
2013-07-30 13:58:21 -04:00
list-style: disc;list-style-position:inside;cursor:default;
2013-07-29 10:36:59 -04:00
}