Your IP : 216.73.216.52


Current Path : /snap/lxd/current/share/lxd-documentation/_static/
Upload File :
Current File : //snap/lxd/current/share/lxd-documentation/_static/lxd_custom.css

/* Custom CSS for LXD documentation */

/* Smaller font size for option table fields */
.configoption .fields p code.literal {
    font-size: var(--font-size--small--2);
}

/* Headings and section links in the configuration option index */
.domainindex-table .cap, .domainindex-jumpbox {
    text-transform: uppercase;
}

/* Hide RTD flyout when printing */
@media print {
    readthedocs-flyout {
        display: none;
    }
}