We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a2fdd commit 0478d30Copy full SHA for 0478d30
1 file changed
docs/templates/bunit/styles/main.css
@@ -15,6 +15,23 @@
15
color: #fff;
16
}
17
18
+.sidetoc {
19
+ top: 142px;
20
+}
21
+
22
+#toc {
23
+ margin: 0;
24
25
26
+ #toc .nav > li > .expand-stub {
27
+ display: none;
28
+ }
29
30
+.nav.level2 {
31
+ display: block !important;
32
+ margin-left: 0;
33
34
35
.body-content {
36
font-size: 1.4rem;
37
@@ -69,14 +86,19 @@ code[name] {
69
86
top: 0;
70
87
right: 0;
71
88
font-style: italic;
72
- z-index: 0;
73
89
text-align: right;
74
90
color: #c5c5c5;
75
- background: white;
91
+ background: rgba(255,255,255, 0.7);
76
92
border-radius: 4px;
77
93
padding: 0 6px;
78
94
79
95
96
+@media (max-width: 900px) {
97
+ code[name] {
98
+ padding-top: 1.5em;
99
100
101
80
102
.alert-info code {
81
103
background-color: inherit;
82
104
color: #131ed2;
0 commit comments