Repository URL to install this package:
|
Version:
2.2.7 ▾
|
/* style for pages converted from markdown */
/* the default sphinx style */
@import url("default.css");
/* Natron customizations */
@import url("style.css");
/* Markdown-specific stuff */
/* vertical-align table row to top, because of long parameter descriptions */
tr {vertical-align: top}
/*
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
*/
/* taken from the table.docutils class in basic.css from sphinx */
table {
border: 0;
border-collapse: collapse;
}
td, th {
padding: 1px 8px 1px 5px;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #aaa;
}
th {
text-align: left;
padding-right: 5px;
}