Blame view
sources/apps/files_sharing/css/404.css
228 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 10 11 12 |
#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;
}
|