docs/_static/cleanery.css
author Alexander Solovyov <alexander@solovyov.net>
Thu, 27 Jan 2011 10:41:47 +0100
changeset 178 88a20499b498
parent 175 1c983a38fdbc
permissions -rw-r--r--
makefile to automate some tasks

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