File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ body {
12
12
font-size : medium;
13
13
}
14
14
15
+ /* Making sure the navbar shows correctly in one line
16
+ Reduces the space between the top-left logo and the navbar section titles */
17
+
18
+ .col-lg-3 {
19
+ width : 15% ;
20
+ }
21
+
15
22
/* Version switcher colors from PyData Sphinx Theme */
16
23
17
24
.version-switcher__button [data-active-version-name *= "devdocs" ] {
@@ -58,12 +65,10 @@ div.admonition-legacy {
58
65
border-color : var (--pst-color-warning );
59
66
}
60
67
61
- .admonition > .admonition-title ::after ,
62
- div .admonition > .admonition-title ::after {
68
+ div .admonition-legacy > .admonition-title ::after {
63
69
color : var (--pst-color-warning );
64
70
}
65
71
66
- .admonition > .admonition-title ,
67
- div .admonition > .admonition-title {
72
+ div .admonition-legacy > .admonition-title {
68
73
background-color : var (--pst-color-warning-bg );
69
74
}
You can’t perform that action at this time.
0 commit comments