css.php 1020 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Linkup -- Stylesheet
  4. *
  5. * It recognizes: @username, !group-alias, !group-guid, #task-guid, #hashtag,
  6. * and *entity-guid.
  7. *
  8. * @package Lorea
  9. * @subpackage Linkup
  10. *
  11. * Copyright 2012-2013 Lorea Faeries <federation@lorea.org>
  12. *
  13. * This program is free software: you can redistribute it and/or
  14. * modify it under the terms of the GNU Affero General Public License
  15. * as published by the Free Software Foundation, either version 3 of
  16. * the License, or (at your option) any later version.
  17. *
  18. * This program is distributed in the hope that it will be useful, but
  19. * WITHOUT ANY WARRANTY; without even the implied warranty of
  20. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  21. * Affero General Public License for more details.
  22. *
  23. * You should have received a copy of the GNU Affero General Public
  24. * License along with this program. If not, see
  25. * <http://www.gnu.org/licenses/>.
  26. */
  27. ?>
  28. .linkup.task-status-closed,
  29. .linkup.task-status-done {
  30. text-decoration: line-through;
  31. }