docs/hgreview/static/review.css @ e5f371a08808
initial-docs
docs: more doc structure and themeing
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 14 Jun 2010 22:34:57 -0400 |
parents |
68b8187e26b1 |
children |
289163ebca26 |
@import url("aal.css");
body, html {
background-color: #fcfcfc;
font-family: Georgia, serif;
color: #111;
}
h1, h2 {
font-weight: normal;
}
h1 {
letter-spacing: 1px;
}
a {
color: #b6410c;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.document .sphinxsidebar {
float: left;
}
.related {
display: none;
}
.bodywrapper {
float: left;
}
.document {
margin: 30px auto 0px;
}
.clearer {
clear: both;
}