Fixed navigation for documentation HTML pages

This commit is contained in:
William Miceli
2021-02-03 17:05:10 -05:00
parent 47d317cac7
commit b723b3f7e1
63 changed files with 397 additions and 239 deletions

View File

@@ -1,4 +1,5 @@
var searchData=
[
['hardware_8',['Hardware',['../hardware.html',1,'index']]]
['hardware_8',['Hardware',['../hardware.html',1,'']]],
['home_9',['Home',['../index.html',1,'']]]
];

View File

@@ -1,5 +1,5 @@
var searchData=
[
['main_9',['main',['../main_8c.html#a840291bc02cba5474a4cb46a9b9566fe',1,'main.c']]],
['main_2ec_10',['main.c',['../main_8c.html',1,'']]]
['main_10',['main',['../main_8c.html#a840291bc02cba5474a4cb46a9b9566fe',1,'main.c']]],
['main_2ec_11',['main.c',['../main_8c.html',1,'']]]
];

View File

@@ -1,4 +1,4 @@
var searchData=
[
['readme_2emarkdown_11',['README.markdown',['../_r_e_a_d_m_e_8markdown.html',1,'']]]
['readme_2emarkdown_12',['README.markdown',['../_r_e_a_d_m_e_8markdown.html',1,'']]]
];

View File

@@ -1,4 +1,4 @@
var searchData=
[
['software_12',['Software',['../software.html',1,'index']]]
['software_13',['Software',['../software.html',1,'']]]
];

View File

@@ -1,5 +1,5 @@
var searchData=
[
['_21hardware_2emarkdown_13',['!Hardware.markdown',['../_9_hardware_8markdown.html',1,'']]],
['_21software_2emarkdown_14',['!Software.markdown',['../_9_software_8markdown.html',1,'']]]
['_21hardware_2emarkdown_14',['!Hardware.markdown',['../_9_hardware_8markdown.html',1,'']]],
['_21software_2emarkdown_15',['!Software.markdown',['../_9_software_8markdown.html',1,'']]]
];

View File

@@ -1,6 +1,6 @@
var searchData=
[
['design_20choices_2emarkdown_15',['Design Choices.markdown',['../_design_01_choices_8markdown.html',1,'']]],
['device_20specifications_2emarkdown_16',['Device Specifications.markdown',['../_device_01_specifications_8markdown.html',1,'']]],
['documentation_20guide_2emarkdown_17',['Documentation Guide.markdown',['../_documentation_01_guide_8markdown.html',1,'']]]
['design_20choices_2emarkdown_16',['Design Choices.markdown',['../_design_01_choices_8markdown.html',1,'']]],
['device_20specifications_2emarkdown_17',['Device Specifications.markdown',['../_device_01_specifications_8markdown.html',1,'']]],
['documentation_20guide_2emarkdown_18',['Documentation Guide.markdown',['../_documentation_01_guide_8markdown.html',1,'']]]
];

View File

@@ -1,4 +1,4 @@
var searchData=
[
['main_2ec_18',['main.c',['../main_8c.html',1,'']]]
['main_2ec_19',['main.c',['../main_8c.html',1,'']]]
];

View File

@@ -1,4 +1,4 @@
var searchData=
[
['readme_2emarkdown_19',['README.markdown',['../_r_e_a_d_m_e_8markdown.html',1,'']]]
['readme_2emarkdown_20',['README.markdown',['../_r_e_a_d_m_e_8markdown.html',1,'']]]
];

View File

@@ -1,4 +1,4 @@
var searchData=
[
['main_20',['main',['../main_8c.html#a840291bc02cba5474a4cb46a9b9566fe',1,'main.c']]]
['main_21',['main',['../main_8c.html#a840291bc02cba5474a4cb46a9b9566fe',1,'main.c']]]
];

View File

@@ -1,6 +1,6 @@
var searchData=
[
['design_20choices_21',['Design Choices',['../design_choices.html',1,'hardware']]],
['device_20specifications_22',['Device Specifications',['../device_specifications.html',1,'hardware']]],
['documentation_20guide_23',['Documentation Guide',['../documentation_guide.html',1,'']]]
['design_20choices_22',['Design Choices',['../design_choices.html',1,'hardware']]],
['device_20specifications_23',['Device Specifications',['../device_specifications.html',1,'hardware']]],
['documentation_20guide_24',['Documentation Guide',['../documentation_guide.html',1,'']]]
];

View File

@@ -1,4 +1,5 @@
var searchData=
[
['hardware_24',['Hardware',['../hardware.html',1,'index']]]
['hardware_25',['Hardware',['../hardware.html',1,'']]],
['home_26',['Home',['../index.html',1,'']]]
];

View File

@@ -1,4 +1,4 @@
var searchData=
[
['software_25',['Software',['../software.html',1,'index']]]
['software_27',['Software',['../software.html',1,'']]]
];

View File

@@ -83,8 +83,8 @@
display: none;
position: absolute;
left: 0; top: 0;
border: 1px solid #88B0E2;
background-color: #F9FBFD;
border: 1px solid #83A5D8;
background-color: #F8FAFD;
z-index: 10001;
padding-top: 4px;
padding-bottom: 4px;
@@ -128,7 +128,7 @@ a.SelectItem:active {
a.SelectItem:hover {
color: #FFFFFF;
background-color: #2A66B0;
background-color: #2E5896;
outline-style: none;
text-decoration: none;
cursor: pointer;
@@ -147,7 +147,7 @@ iframe#MSearchResults {
position: absolute;
left: 0; top: 0;
border: 1px solid #000;
background-color: #EDF3FA;
background-color: #ECF1F9;
z-index:10000;
}
@@ -183,7 +183,7 @@ body.SRPage {
.SRSymbol {
font-weight: bold;
color: #2D6EBD;
color: #325FA2;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
outline: none;
@@ -191,7 +191,7 @@ body.SRPage {
a.SRScope {
display: block;
color: #2D6EBD;
color: #325FA2;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
outline: none;
@@ -226,7 +226,7 @@ div.searchresults {
/*---------------- External search page results */
.searchresult {
background-color: #EFF4FB;
background-color: #EEF3F9;
}
.pages b {