Docs build + attempt to add image to website

This commit is contained in:
Michael DeHaan
2012-03-09 18:29:01 -05:00
parent 2fb25f1fe8
commit fae963a6d2
20 changed files with 255 additions and 160 deletions

View File

@@ -79,6 +79,14 @@ div.sphinxsidebar input {
font-size: 1em;
}
div.sphinxsidebar input[type="text"] {
width: 170px;
}
div.sphinxsidebar input[type="submit"] {
width: 30px;
}
img {
border: 0;
}
@@ -236,7 +244,6 @@ img.align-center, .figure.align-center, object.align-center {
}
.align-center {
clear: both;
text-align: center;
}