Skip to content

Commit 6699306

Browse files
committed
tweak
1 parent 728ee90 commit 6699306

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docs/_templates/sections/header.html

+13-12
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<a href="" class="link-selected">viresclient</a>
44
</div>
55
<div class="section">
6-
<a href="https://vires.services" target="_blank" class="link">VirES for Swarm</a>
7-
<a href="https://vre.vires.services" target="_blank" class="link">Swarm JupyterHub</a>
8-
<a href="https://notebooks.vires.services" target="_blank" class="link">Swarm Notebooks</a>
9-
<a href="https://swarmpal.readthedocs.io" target="_blank" class="link">SwarmPAL</a>
6+
<a href="https://notebooks.vires.services" class="link">Swarm Notebooks</a>
7+
<a href="https://swarmpal.readthedocs.io" class="link">SwarmPAL</a>
8+
<a href="https://vires.services" target="_blank" class="link">VirES for Swarm </a>
9+
<a href="https://vre.vires.services" target="_blank" class="link">Swarm JupyterHub ↗</a>
1010
</div>
11+
<div style="width: 100%; height: 10px;"></div>
1112
<div class="section">
12-
<a href="https://aeolus.services" target="_blank" class="link">VirES for Aeolus</a>
13-
<a href="https://vre.aeolus.services" target="_blank" class="link">Aeolus JupyterHub</a>
14-
<a href="https://notebooks.aeolus.services" target="_blank" class="link">Aeolus Notebooks</a>
13+
<a href="https://notebooks.aeolus.services" class="link">Aeolus Notebooks</a>
14+
<a href="https://aeolus.services" target="_blank" class="link">VirES for Aeolus </a>
15+
<a href="https://vre.aeolus.services" target="_blank" class="link">Aeolus JupyterHub ↗</a>
1516
</div>
1617
</div>
1718

@@ -31,14 +32,14 @@
3132
.custom-header-container .section {
3233
margin: 0 20px;
3334
text-align: center;
34-
padding: 10px;
35+
padding: 5px;
3536
border: 1px solid #888;
3637
border-radius: 5px;
3738
}
3839

3940
.custom-header-container .link {
40-
margin: 0 10px;
41-
padding: 5px 10px;
41+
margin: 0 5px;
42+
padding: 5px 5px;
4243
text-decoration: none;
4344
color: white;
4445
}
@@ -48,8 +49,8 @@
4849
}
4950

5051
.custom-header-container .link-selected {
51-
margin: 0 10px;
52-
padding: 5px 10px;
52+
margin: 0 5px;
53+
padding: 5px 5px;
5354
text-decoration: none;
5455
background-color: #ccc;
5556
color: black;

0 commit comments

Comments
 (0)