Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

caca-php.css 565 B

1234567891011121314151617181920
  1. /*
  2. * caca-php.css sample stylesheet for libcaca php binding
  3. * Copyright (c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com>
  4. *
  5. * This program is free software. It comes without any warranty, to
  6. * the extent permitted by applicable law. You can redistribute it
  7. * and/or modify it under the terms of the Do What The Fuck You Want
  8. * To Public License, Version 2, as published by Sam Hocevar. See
  9. * http://sam.zoy.org/wtfpl/COPYING for more details.
  10. */
  11. table, table tr
  12. {
  13. display: block;
  14. }
  15. table td
  16. {
  17. display: inline;
  18. padding: 0px;
  19. }