Skip to content

Commit 151d62d

Browse files
authored
Merge pull request #1064 from NMD03/main
Add [uavs] namespace
2 parents c64dc1f + 452a7ae commit 151d62d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

galaxies/uavs.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"description": "Unmanned Aerial Vehicles / Unmanned Combat Aerial Vehicles",
33
"icon": "plane",
44
"name": "UAVs/UCAVs",
5+
"namespace": "misp",
56
"type": "uavs",
67
"uuid": "bef5c29d-b0db-4923-aa9a-80921f26d3ab",
7-
"version": 1
8+
"version": 2
89
}

tools/mkdocs/site/docs/01_attachements/stylesheets/navigation.css

+28
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,34 @@
66
display: none;
77
}
88

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+
937
#toggle-toc {
1038
margin: 10px 5px;
1139
padding: 5px 10px;

0 commit comments

Comments
 (0)