Skip to content

Commit 9e5b3b3

Browse files
Migrate from Slurm (#3454)
* Slurm guide - work in progress * Linter * Minor update * Minor edits + review around containers use with Slurm * Minor styling changes * Minor edit - introduction * Minor changes
1 parent fae73ce commit 9e5b3b3

File tree

6 files changed

+1883
-37
lines changed

6 files changed

+1883
-37
lines changed

docs/assets/stylesheets/extra.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,10 @@ body {
782782
}
783783

784784
.md-sidebar--primary .md-nav__item--section.md-nav__item .md-nav__link--active {
785-
border-left: 2.5px solid var(--md-typeset-a-color);
785+
border-left: 3px solid var(--md-typeset-a-color);
786786
color: inherit;
787787
border-image: linear-gradient(8deg, #0048ff, #ce00ff, #ce00ff, #ce00ff) 10;
788-
margin-left: -1.5px;
788+
margin-left: -2px;
789789
font-size: 16.5px;
790790
padding-left: 14px;
791791
}
@@ -857,16 +857,17 @@ body {
857857

858858
.md-nav[data-md-level="2"] > .md-nav__list > .md-nav__item {
859859
/*margin-left: -16px !important;*/
860-
border-left: 0.5px dotted rgba(0, 0, 0, 0.4);
860+
border-left: 0.5px dotted rgba(0, 0, 0, 1);
861861
/*background: red;*/
862+
margin-bottom: 0.5px;
862863
}
863864

864865
.md-nav[data-md-level="3"] > .md-nav__list > .md-nav__item:last-of-type {
865866
margin-bottom: 6px;
866867
}
867868

868869
.md-sidebar--primary .md-nav__link, .md-sidebar--post .md-nav__link {
869-
padding: 4px 15px 4px;
870+
padding: 2px 15px 4px;
870871
margin-top: 0;
871872
}
872873

@@ -991,7 +992,8 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
991992
}
992993

993994
.md-nav--primary .md-nav__list {
994-
padding-bottom: .2rem;
995+
padding-top: .15rem;
996+
padding-bottom: .3rem;
995997
}
996998
}
997999

@@ -1285,9 +1287,8 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
12851287
content: "";
12861288
width: 100%;
12871289
z-index: 1000;
1288-
height: 2.5px;
1289-
bottom: -4.5px;
1290-
border-radius: 2px;
1290+
height: 3px;
1291+
bottom: -5px;
12911292
}
12921293

12931294
.md-tabs[hidden] .md-tabs__link {

0 commit comments

Comments
 (0)