File tree 2 files changed +30
-1
lines changed
tools/mkdocs/site/docs/01_attachements/stylesheets
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 2
2
"description" : " Unmanned Aerial Vehicles / Unmanned Combat Aerial Vehicles" ,
3
3
"icon" : " plane" ,
4
4
"name" : " UAVs/UCAVs" ,
5
+ "namespace" : " misp" ,
5
6
"type" : " uavs" ,
6
7
"uuid" : " bef5c29d-b0db-4923-aa9a-80921f26d3ab" ,
7
- "version" : 1
8
+ "version" : 2
8
9
}
Original file line number Diff line number Diff line change 6
6
display : none;
7
7
}
8
8
9
+ @media (min-width : 1220px ) {
10
+
11
+ # toggle-navigation {
12
+ display : inline-block;
13
+ }
14
+ }
15
+
16
+ @media (max-width : 1219px ) {
17
+
18
+ # toggle-navigation {
19
+ display : none;
20
+ }
21
+ }
22
+
23
+ @media (min-width : 960px ) {
24
+
25
+ # toggle-toc {
26
+ display : inline-block;
27
+ }
28
+ }
29
+
30
+ @media (max-width : 959px ) {
31
+
32
+ # toggle-toc {
33
+ display : none;
34
+ }
35
+ }
36
+
9
37
# toggle-toc {
10
38
margin : 10px 5px ;
11
39
padding : 5px 10px ;
You can’t perform that action at this time.
0 commit comments