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 _ ->
829
829
provideDocExtraFiles extraDocs releases
830
830
dotnet rootDir " fsdocs build --noapidocs --output out/docs" )
831
831
Target.create " DocsDev" ( fun _ ->
832
- provideDocExtraFiles extraDocs releases
832
+ provideDocExtraFiles extraDocs releases
833
833
dotnet rootDir " fsdocs build --noapidocs --output out/docs" )
834
834
Target.create " DocsWatch" ( fun _ ->
835
- provideDocExtraFiles extraDocs releases
835
+ provideDocExtraFiles extraDocs releases
836
836
dotnet rootDir " fsdocs build --noapidocs --output out/docs"
837
837
dotnet rootDir " fsdocs watch --noapidocs --output out/docs" )
838
838
Original file line number Diff line number Diff line change 110
110
< div class ="container ">
111
111
< div class ="masthead ">
112
112
< h3 class ="muted ">
113
- < a href ="https://www.mathdotnet.com "> Math.NET Project</ a > |
114
113
< a href ="https://numerics.mathdotnet.com "> Math.NET Numerics</ a > |
114
+ < a href ="https://www.mathdotnet.com "> Math.NET Project</ a > |
115
115
< a href ="https://github.com/mathnet/mathnet-numerics "> GitHub</ a >
116
116
</ h3 >
117
117
</ 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