docs/_static/cleanery.css
author Alexander Solovyov <alexander@solovyov.net>
Wed, 26 Jan 2011 19:46:19 +0100
changeset 175 1c983a38fdbc
parent 173 c96a3a22fdae
permissions -rw-r--r--
a bit of updates to docs

@import url("default.css");

body {
    max-width: 50em;
    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
}