aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/404.css
blob: 160a8f83fc357dc7319ece44433e21bd3ab82ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * 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;	
}