Spaces:
Sleeping
Sleeping
Update dist/index.html
Browse files- dist/index.html +18 -2
dist/index.html
CHANGED
@@ -40,13 +40,29 @@
|
|
40 |
display: none;
|
41 |
overflow: auto;
|
42 |
padding-right: 1em;
|
43 |
-
height: calc(100vh -
|
44 |
}
|
45 |
|
46 |
#toc.active nav {
|
47 |
display: block;
|
48 |
}
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
#select {
|
51 |
z-index: 3;
|
52 |
position: fixed;
|
@@ -73,7 +89,7 @@
|
|
73 |
<label><b>☰ 5GC NF List</b></label>
|
74 |
<nav class="toc">
|
75 |
<h5>AMF 29.518</h5>
|
76 |
-
<ul
|
77 |
<li><a href="#" onclick="update('TS29518_Namf_Communication.yaml')">
|
78 |
Communication</a></li>
|
79 |
<li><a href="#" onclick="update('TS29518_Namf_EventExposure.yaml')">
|
|
|
40 |
display: none;
|
41 |
overflow: auto;
|
42 |
padding-right: 1em;
|
43 |
+
height: calc(100vh - 46px);
|
44 |
}
|
45 |
|
46 |
#toc.active nav {
|
47 |
display: block;
|
48 |
}
|
49 |
|
50 |
+
#toc ul {
|
51 |
+
list-style-type: none;
|
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;
|
68 |
position: fixed;
|
|
|
89 |
<label><b>☰ 5GC NF List</b></label>
|
90 |
<nav class="toc">
|
91 |
<h5>AMF 29.518</h5>
|
92 |
+
<ul>
|
93 |
<li><a href="#" onclick="update('TS29518_Namf_Communication.yaml')">
|
94 |
Communication</a></li>
|
95 |
<li><a href="#" onclick="update('TS29518_Namf_EventExposure.yaml')">
|