Skip to content

Commit a50d68d

Browse files
committed
Docs: minor layout tweaks
1 parent 2ba8c94 commit a50d68d

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,10 +829,10 @@ Target.create "Docs" (fun _ ->
829829
provideDocExtraFiles extraDocs releases
830830
dotnet rootDir "fsdocs build --noapidocs --output out/docs")
831831
Target.create "DocsDev" (fun _ ->
832-
provideDocExtraFiles extraDocs releases
832+
provideDocExtraFiles extraDocs releases
833833
dotnet rootDir "fsdocs build --noapidocs --output out/docs")
834834
Target.create "DocsWatch" (fun _ ->
835-
provideDocExtraFiles extraDocs releases
835+
provideDocExtraFiles extraDocs releases
836836
dotnet rootDir "fsdocs build --noapidocs --output out/docs"
837837
dotnet rootDir "fsdocs watch --noapidocs --output out/docs")
838838

docs/_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
<div class="container">
111111
<div class="masthead">
112112
<h3 class="muted">
113-
<a href="https://www.mathdotnet.com">Math.NET Project</a> |
114113
<a href="https://numerics.mathdotnet.com">Math.NET Numerics</a> |
114+
<a href="https://www.mathdotnet.com">Math.NET Project</a> |
115115
<a href="https://github.com/mathnet/mathnet-numerics">GitHub</a>
116116
</h3>
117117
</div>

docs/content/fsdocs-custom.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.navbar-nav .nav-link {
2+
padding-top: 0.1rem;
3+
padding-bottom: 0.1rem;
4+
}
5+
6+
#fsdocs-content li {
7+
margin: 0px 0px 10px 0px;
8+
}
9+
10+
.masthead h3 {
11+
margin-top: 15px;
12+
margin-bottom: 5px;
13+
font-size: 130%;
14+
text-align: right;
15+
color: #999999;
16+
}

0 commit comments

Comments
 (0)