File tree Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Original file line number Diff line number Diff line change @@ -54,30 +54,16 @@ pre {
54
54
color : # 306998 !important ;
55
55
}
56
56
57
- .wy-side-nav-search > a .logo {
58
- display : block !important ;
59
- padding-bottom : 0.809em !important ;
57
+ /* vertically center version text */
58
+ .wy-side-nav-search > a {
59
+ display : flex;
60
+ align-items : center;
61
+ justify-self : center;
60
62
}
61
63
62
64
.wy-side-nav-search > a img .logo {
63
- display : inline !important ;
64
- padding : 0 !important ;
65
- }
66
-
67
- .trio-version {
68
- display : inline;
69
- /* I *cannot* figure out how to get the version text vertically centered
70
- on the logo. Oh well...
71
- height: 32px;
72
- line-height: 32px;
73
- */
74
- }
75
-
76
- .wy-side-nav-search > a {
77
- /* Mostly this is just to simplify things, so we don't have margin/padding
78
- * on both the <a> and the <img> inside it */
79
- margin : 0 !important ;
80
- padding : 0 !important ;
65
+ margin-left : 0 ;
66
+ margin-right : 5px ;
81
67
}
82
68
83
69
/* Get rid of the weird super dark "Contents" label that wastes vertical space
You can’t perform that action at this time.
0 commit comments