docs/_static/cleanery.css
author Alexander Solovyov <alexander@solovyov.net>
Wed, 26 Jan 2011 19:14:22 +0100
changeset 174 8d6eafd84e0f
parent 173 c96a3a22fdae
child 175 1c983a38fdbc
permissions -rw-r--r--
better link to homepage

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