Select Git revision
Forked from
UNL Information Services / UNL-CMS
Source project has a limited visibility.
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;
}