rst-multi.css
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 13:34:55 +0200
changeset 1911 870693ce6ff0
parent 1908 0260f8ffef35
child 1916 bef8b9e6c2fa
permissions -rw-r--r--
Fix my RST article style by 'check-format-policy' target.

iframe {
    overflow: hidden;
}
.document {
    max-width: 800px;
    margin: .5em auto;
    padding-left: 210px;
    padding-right: 10px;
    overflow: hidden;
}
#sidebar { position: fixed; }
iframe { border: none; }
#sidebar, iframe {
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
}
@media (max-width: 780px) {
    .document {
        margin: 5px 10px 1em 10px;
        padding: 0;
    }
    #sidebar { position: inherit; }
    #sidebar, iframe {
        width: 100%;
        height: 7em;
    }
}