Skip to content

Commit 865058f

Browse files
authored
Update custom.css
1 parent fad62dc commit 865058f

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

docs/source/_static/css/custom.css

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,13 @@
22
--md-default-bg-color: #2e303e;
33
}
44

5-
html {
6-
/* a bit less goofily large than the material default */
7-
/* font-size: 125%; */
8-
}
9-
105
/* justify and slightly decrease spacing */
116
p,
127
ul,
138
li {
14-
text-align: justify;
159
line-height: 1.25;
1610
}
1711

18-
td p {
19-
text-align: left;
20-
}
21-
22-
/* Emphasize sections of nav on left hand side */
23-
24-
nav.md-nav {
25-
padding-left: 5px;
26-
}
27-
28-
/* Decrease spacing on the left side nav bar */
29-
.md-nav__link {
30-
margin-top: 0.25rem;
31-
text-align: left;
32-
}
33-
3412
.md-grid {
3513
max-width: max(1250px, 75vw) !important;
3614
}
@@ -84,16 +62,4 @@ dl.py.objdesc>dd>details.toggle-details>summary>svg.tb-icon {
8462

8563
table.autosummary {
8664
font-size: 0.75rem !important;
87-
}
88-
89-
/* #__nav_1_label,
90-
#__nav_2_label,
91-
#__nav_3_label,
92-
#__nav_4_label,
93-
#__nav_5_label,
94-
#__nav_6_label,
95-
#__nav_7_label,
96-
.md-nav--secondary .md-nav__title,
97-
.md-nav--primary .md-nav__title {
98-
margin-bottom: 10px;
99-
} */
65+
}

0 commit comments

Comments
 (0)