Spaces:
Sleeping
Sleeping
Update dist/index.html
Browse files- dist/index.html +7 -4
dist/index.html
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
#toc nav {
|
40 |
display: none;
|
41 |
overflow: auto;
|
42 |
-
padding-right: 1em;
|
43 |
height: calc(100vh - 46px);
|
44 |
}
|
45 |
|
@@ -48,20 +48,23 @@
|
|
48 |
}
|
49 |
|
50 |
#toc ul {
|
51 |
-
list-style
|
|
|
|
|
52 |
|
53 |
}
|
54 |
|
55 |
#toc ul a:link {
|
56 |
padding-left: 5px;
|
57 |
text-decoration: none;
|
58 |
-
|
59 |
}
|
|
|
60 |
#toc ul a:hover {
|
61 |
background: bisque;
|
62 |
display: block;
|
63 |
border-radius: 5px;
|
64 |
}
|
|
|
65 |
|
66 |
#select {
|
67 |
z-index: 3;
|
@@ -86,7 +89,7 @@
|
|
86 |
|
87 |
|
88 |
|
89 |
-
<label><b>☰ 5GC NF
|
90 |
<nav class="toc">
|
91 |
<h5>AMF 29.518</h5>
|
92 |
<ul>
|
|
|
39 |
#toc nav {
|
40 |
display: none;
|
41 |
overflow: auto;
|
42 |
+
/* padding-right: 1em; */
|
43 |
height: calc(100vh - 46px);
|
44 |
}
|
45 |
|
|
|
48 |
}
|
49 |
|
50 |
#toc ul {
|
51 |
+
list-style:none;
|
52 |
+
margin:0;
|
53 |
+
padding: 0.5em;
|
54 |
|
55 |
}
|
56 |
|
57 |
#toc ul a:link {
|
58 |
padding-left: 5px;
|
59 |
text-decoration: none;
|
|
|
60 |
}
|
61 |
+
|
62 |
#toc ul a:hover {
|
63 |
background: bisque;
|
64 |
display: block;
|
65 |
border-radius: 5px;
|
66 |
}
|
67 |
+
|
68 |
|
69 |
#select {
|
70 |
z-index: 3;
|
|
|
89 |
|
90 |
|
91 |
|
92 |
+
<label><b>☰ 5GC NF Index</b></label>
|
93 |
<nav class="toc">
|
94 |
<h5>AMF 29.518</h5>
|
95 |
<ul>
|