Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

year1_app.html

Blame
  • print.css 349 B
    /* $Id: print.css,v 1.6 2007/06/10 08:55:55 goba Exp $ */
    
    body {
      margin: 1em;
      background-color: #fff;
    }
    th {
      text-align: left; /* LTR */
      color: #006;
      border-bottom: 1px solid #ccc;
    }
    tr.odd {
      background-color: #ddd;
    }
    tr.even {
      background-color: #fff;
    }
    td {
      padding: 5px;
    }
    #menu {
      visibility: hidden;
    }
    #main {
      margin: 1em;
    }