File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -829,10 +829,10 @@ Target.create "Docs" (fun _ ->
829829 provideDocExtraFiles extraDocs releases
830830 dotnet rootDir " fsdocs build --noapidocs --output out/docs" )
831831Target.create " DocsDev" ( fun _ ->
832- provideDocExtraFiles extraDocs releases
832+ provideDocExtraFiles extraDocs releases
833833 dotnet rootDir " fsdocs build --noapidocs --output out/docs" )
834834Target.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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments