docs/_static/custom.css
author Alexander Solovyov <alexander@solovyov.net>
Wed, 26 Jan 2011 19:01:37 +0100
changeset 172 f495e252c498
parent 143 2327cc333e50
permissions -rw-r--r--
better docs style

@import url("default.css");

body {
    max-width: 60em;
    margin: 0 auto;
    background-color: white;
}

h1, h2, h3, h4, h5, h6 {
    background-color: white !important;
    border-bottom: none !important;
}

div.related {
    background-color: white;
    color: black;
}
div.related a {
    color: #20435C
}

div.related .right, div.document + div.related {
    display: none;
}