wsme/doc/_static/wsme.css
2012-03-29 15:44:05 +02:00

38 lines
404 B
CSS

@import "agogo.css";
div.header,
div.content,
div.footer {
width: 60em;
}
div.document {
width: 40em;
}
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;
}