File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
content/english/technical-tools Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ overview_block:
3939
4040 /* Styling color output area inside #AIActImplementationTool */
4141 #AIActImplementationTool .card-body .bg-primary {
42- background color : #F8E5E3 ;
42+ background- color : #F8E5E3 ;
4343 }
4444
4545 /* Styling for form-group elements header labels inside #AIActImplementationTool */
Original file line number Diff line number Diff line change 6262 {{ range .Translations }}
6363 < li class ="nav-item d-inline-block " style ="min-width: 137px; ">
6464 {{ if eq .Site.Language.Lang "en" }}
65- < a class ="nav-link d-inline-block " title ="English " href ="{{ .RelPermalink }} "> EN</ a >
66- {{ else }}
6765 < a class ="nav-link d-inline-block " style ="font-weight: 350; " title ="English " href ="{{ .RelPermalink }} "> EN</ a >
66+ {{ else }}
67+ < a class ="nav-link d-inline-block " title ="English " href ="{{ .RelPermalink }} "> EN</ a >
6868 {{ end }}
6969 |
7070 {{ if eq .Site.Language.Lang "nl" }}
71- < a class ="nav-link d-inline-block " title ="Dutch " href ="{{ .RelPermalink }} "> NL</ a >
72- {{ else }}
7371 < a class ="nav-link d-inline-block " style ="font-weight: 350; " title ="Dutch " href ="{{ .RelPermalink }} "> NL</ a >
72+ {{ else }}
73+ < a class ="nav-link d-inline-block " title ="Dutch " href ="{{ .RelPermalink }} "> NL</ a >
7474 {{ end }}
7575 </ li >
7676 {{ end }}
You can’t perform that action at this time.
0 commit comments