docs/hgreview/static/review.css @ 68b8187e26b1 initial-docs

docs: start a theme
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Jun 2010 22:23:30 -0400
parents (none)
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;
}