
Modern docs! This fixes a couple of issues introduced in the previous patches and generally cleans up a lot of mess. Change-Id: Ib964c16251bce12fe498b13455ed3515ef205916 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
28 lines
311 B
CSS
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;
|
|
}
|
|
|