8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87d922 commit e853244Copy full SHA for e853244
python_docs_theme/static/pydoctheme.css
@@ -1,16 +1,17 @@
1
@import url("default.css");
2
3
body {
4
- background-color: white;
5
- margin-left: 1em;
6
- margin-right: 1em;
+ font-size: 18px;
+ background-color: #F1F1F1;
+}
7
+
8
+div.document {
9
+ max-width: 1024px;
10
}
11
12
div.related {
- margin-bottom: 1.2em;
- padding: 0.5em 0;
13
+ padding: 0.9em 0;
14
border-top: 1px solid #ccc;
- margin-top: 0.5em;
15
16
17
div.related a:hover {
@@ -33,7 +34,7 @@ form.inline-search input[type="submit"] {
33
34
35
36
div.sphinxsidebar {
- background-color: #eeeeee;
37
+ background-color: #f1f1f1;
38
border-radius: 5px;
39
line-height: 130%;
40
font-size: smaller;
@@ -68,7 +69,7 @@ div.sphinxsidebar input[type=text] {
68
69
70
71
div.body {
- padding: 0 0 0 1.2em;
72
+ padding: 0 1.8em;
73
74
75
div.body p {
0 commit comments