Skip to content
Snippets Groups Projects
Select Git revision
  • e982821c93cbb25b1e21653276f5e33bdab0a7e2
  • main default protected
2 results

Day14.py

Blame
  • print-rtl.css 118 B
    /* $Id: print-rtl.css,v 1.1 2007/06/10 08:55:55 goba Exp $ */
    
    body {
      direction: rtl;
    }
    th {
      text-align: right;
    }