wsme/doc/_static/wsme.css
Christophe de Vienne fc94201b0c Document a bit
2011-11-28 23:21:52 +01:00

28 lines
311 B
CSS

@import "agogo.css";
table.docutils {
margin: 0;
padding: 0;
border: 1;
}
table.docutils th {
margin: 0;
padding: 0;
border: 0;
}
table.docutils thead tr {
}
table.docutils td {
margin: 0;
padding: 0;
border: 0;
}
table.docutils tr.row-odd {
background: #EEEEEC;
}