Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Kenneth Reitz
2011-11-02 20:39:15 -04:00
2 changed files with 52 additions and 0 deletions
+9
View File
@@ -393,6 +393,11 @@ a:hover tt {
display: none;
}
div.document {
width: 100%;
}
div.documentwrapper {
margin-left: 0;
margin-top: 0;
@@ -415,6 +420,10 @@ a:hover tt {
width: auto;
}
.footer {
width: auto;
}
.bodywrapper {
margin: 0;
}
+43
View File
@@ -68,3 +68,46 @@ div.body {
min-height: 0;
padding: 0;
}
div.sphinxsidebar {
display: none;
}
div.document {
width: 100%;
}
div.documentwrapper {
margin-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
}
div.bodywrapper {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}
ul {
margin-left: 0;
}
.document {
width: auto;
}
.footer {
width: auto;
}
.bodywrapper {
margin: 0;
}
.footer {
width: auto;
}