We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e268d1e commit 1511c70Copy full SHA for 1511c70
2 files changed
docs/_static/_images/logo.svg
docs/_static/style.css
@@ -12,3 +12,22 @@
12
.wy-table-responsive {
13
overflow: visible !important;
14
}
15
+
16
+.rst-content kbd {
17
+ display: inline-block;
18
+ padding: 3px 5px;
19
+ font-size: 11px;
20
+ line-height: 10px;
21
+ color: #444d56;
22
+ vertical-align: middle;
23
+ background-color: #fafbfc;
24
+ border: solid 1px #c6cbd1;
25
+ border-bottom-color: rgb(198, 203, 209);
26
+ border-bottom-color: #959da5;
27
+ border-radius: 3px;
28
+ box-shadow: inset 0 -1px 0 #959da5;
29
+}
30
31
+.wy-side-nav-search > a img.logo, .wy-side-nav-search .wy-dropdown > a img.logo {
32
+ width: 100px !important;
33
0 commit comments