Skip to content

Commit 2bb78c5

Browse files
Merge Develop into Master
1 parent 2d7ed1d commit 2bb78c5

File tree

4,511 files changed

+1236631
-46023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,511 files changed

+1236631
-46023
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ My-Workspaces
44
debug.log
55
.DS_Store
66
*.db
7-
Projects/Superalgos/Icons/Thumbs.db
7+
Projects/Foundations/Icons/Thumbs.db
88
*.bat
99
!launch-windows.bat
1010
!create-shortcut-windows.bat
1111
!uninstall-shortcut-windows.bat
1212
*.exe
1313
node_modules
14+
launch.json
Loading

Client/WebServer/css/docs.css

+12-10
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,8 @@ width: 100%;
828828

829829
.docs-search-results-header-tabs-container {
830830
display: table;
831-
padding-left: 180px;
831+
text-align: right;
832+
align-content: right;
832833
margin-top: 20px;
833834
caret-color: transparent;
834835
}
@@ -860,22 +861,23 @@ border-bottom: 3px solid #0295aa;
860861
/* Search Results Page Content */
861862
.docs-search-result-content {
862863
border-top: 1px solid #0295aa;
863-
margin-left: -180px;
864864
caret-color: transparent;
865+
text-align: left;
866+
align-content: left;
865867
}
866868

867869
.docs-search-result-content > div {
868870
display: none;
869871
}
870872

871-
#tab1:checked ~ .docs-search-result-content #content1,
872-
#tab2:checked ~ .docs-search-result-content #content2,
873-
#tab3:checked ~ .docs-search-result-content #content3,
874-
#tab4:checked ~ .docs-search-result-content #content4,
875-
#tab5:checked ~ .docs-search-result-content #content5,
876-
#tab6:checked ~ .docs-search-result-content #content6,
877-
#tab7:checked ~ .docs-search-result-content #content7,
878-
#tab8:checked ~ .docs-search-result-content #content8 {
873+
#docs-tab1:checked ~ .docs-search-result-content #content1,
874+
#docs-tab2:checked ~ .docs-search-result-content #content2,
875+
#docs-tab3:checked ~ .docs-search-result-content #content3,
876+
#docs-tab4:checked ~ .docs-search-result-content #content4,
877+
#docs-tab5:checked ~ .docs-search-result-content #content5,
878+
#docs-tab6:checked ~ .docs-search-result-content #content6,
879+
#docs-tab7:checked ~ .docs-search-result-content #content7,
880+
#docs-tab8:checked ~ .docs-search-result-content #content8 {
879881
display: block;
880882
}
881883

0 commit comments

Comments
 (0)