docs/_static/cleanery.css
author Alexander Solovyov <alexander@solovyov.net>
Wed, 26 Jan 2011 19:08:02 +0100
changeset 173 c96a3a22fdae
parent 172 docs/_static/custom.css@f495e252c498
child 175 1c983a38fdbc
permissions -rw-r--r--
style improvement again

@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
}