File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments