mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
updated docfx and improved website style slightly
This commit is contained in:
parent
6be4143331
commit
1d26cf017d
2 changed files with 2 additions and 29 deletions
|
@ -441,30 +441,3 @@ input:checked + .slider:before {
|
||||||
padding-left: 7px;
|
padding-left: 7px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1600px) {
|
|
||||||
.container {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.sidefilter {
|
|
||||||
width: 18%;
|
|
||||||
}
|
|
||||||
.sidetoc {
|
|
||||||
width: 18%;
|
|
||||||
}
|
|
||||||
.article.grid-right {
|
|
||||||
margin-left: 19%;
|
|
||||||
}
|
|
||||||
.sideaffix {
|
|
||||||
width: 11.5%;
|
|
||||||
}
|
|
||||||
.affix ul>li.active>a {
|
|
||||||
white-space: initial;
|
|
||||||
}
|
|
||||||
.affix ul>li>a {
|
|
||||||
width: 99%;
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,5 +1,5 @@
|
||||||
#addin Cake.DocFx&version=1.0.0
|
#addin Cake.DocFx&version=1.0.0
|
||||||
#tool docfx.console&version=2.59.4
|
#tool docfx&version=2.61.0
|
||||||
|
|
||||||
// this is the upcoming version, for prereleases
|
// this is the upcoming version, for prereleases
|
||||||
var version = Argument("version", "6.2.0");
|
var version = Argument("version", "6.2.0");
|
||||||
|
|
Loading…
Reference in a new issue