8000 CSS: Fix line width #4 · FGuillet/python-docs-theme@e853244 · GitHub
[go: up one dir, main page]

Skip to content

Commit e853244

Browse files
committed
CSS: Fix line width python#4
1 parent f87d922 commit e853244

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

python_docs_theme/static/pydoctheme.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
@import url("default.css");
22

33
body {
4-
background-color: white;
5-
margin-left: 1em;
6-
margin-right: 1em;
4+
font-size: 18px;
5+
background-color: #F1F1F1;
6+
}
7+
8+
div.document {
9+
max-width: 1024px;
710
}
811

912
div.related {
10-
margin-bottom: 1.2em;
11-
padding: 0.5em 0;
13+
padding: 0.9em 0;
1214
border-top: 1px solid #ccc;
13-
margin-top: 0.5em;
1415
}
1516

1617
div.related a:hover {
@@ -33,7 +34,7 @@ form.inline-search input[type="submit"] {
3334
}
3435

3536
div.sphinxsidebar {
36-
background-color: #eeeeee;
37+
background-color: #f1f1f1;
3738
border-radius: 5px;
3839
line-height: 130%;
3940
font-size: smaller;
@@ -68,7 +69,7 @@ div.sphinxsidebar input[type=text] {
6869
}
6970

7071
div.body {
71-
padding: 0 0 0 1.2em;
72+
padding: 0 1.8em;
7273
}
7374

7475
div.body p {

0 commit comments

Comments
 (0)
0