404.css 328 B

123456789101112131415
  1. /**
  2. * SPDX-FileCopyrightText: 2013 ownCloud, Inc.
  3. * SPDX-License-Identifier: AGPL-3.0-or-later
  4. */
  5. #body-login .error-broken-link{
  6. text-align:left;color:#fff;
  7. }
  8. #body-login .error-broken-link ul{
  9. margin:10px 0 10px 0;
  10. }
  11. #body-login .error-broken-link ul li{
  12. list-style: disc;list-style-position:inside;cursor:default;
  13. }