Skip to content

Commit f1e11fa

Browse files
committed
Unhide About Authors from behind sidebar version selector panel
1 parent c9f59e4 commit f1e11fa

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/_static/custom.css

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -376,14 +376,6 @@ hr {
376376
}
377377

378378
/* RTD versions box colors */
379-
/* Also make entire sidebar scrollable but add empty space to the bottom
380-
* of the colling region, rather than truncating the scrollable space */
381-
nav.wy-nav-side .ethical-rtd {
382-
margin-bottom: 3em !important; /* padding below ad or below sidebar */
383-
}
384-
nav.wy-nav-side {
385-
padding-bottom: 0em !important; /* entire sidebar is always scrollable */
386-
}
387379
.rst-versions .rst-current-version {
388380
padding: 0.66em; /* match padding for list items */
389381
color: var(--versions-color);
@@ -407,6 +399,17 @@ nav.wy-nav-side {
407399
color: var(--main-color);
408400
}
409401

402+
/* Make entire sidebar scrollable but add empty space to the bottom
403+
* of the colling region, rather than truncating the scrollable space */
404+
/*
405+
* nav.wy-nav-side .ethical-rtd {
406+
* margin-bottom: 3em !important; #<{(| padding below ad or below sidebar |)}>#
407+
* }
408+
* nav.wy-nav-side {
409+
* padding-bottom: 0em !important; #<{(| entire sidebar is always scrollable |)}>#
410+
* }
411+
*/
412+
410413
/* Next and previous buttons */
411414
.btn {
412415
border: 1px solid var(--block-color);

0 commit comments

Comments
 (0)