Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
natron / opt / Natron2 / Resources / docs / html / _static / markdown.css
Size: Mime:
/* 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;
}