diff --git a/docs/DoxygenLayout.xml b/docs/DoxygenLayout.xml index bd9ce4b..e0fd396 100644 --- a/docs/DoxygenLayout.xml +++ b/docs/DoxygenLayout.xml @@ -147,8 +147,7 @@ - - + diff --git a/docs/header.html b/docs/header.html index 7caf31e..da3cd81 100644 --- a/docs/header.html +++ b/docs/header.html @@ -46,7 +46,7 @@ diff --git a/docs/main.css b/docs/main.css index 9fb2144..57a8da6 100644 --- a/docs/main.css +++ b/docs/main.css @@ -7,7 +7,7 @@ body { } h1, h2, h3, h4, h5, h6, p, a, li, span, blockquote, input, textarea, select, label { - font-family: 'Roboto', sans-serif !important; + font-family: 'Roboto', sans-serif; } p { @@ -97,5 +97,9 @@ a { display: none !important; } - +div.line, +div.line a, +div.line span { + font-family: monospace; +} diff --git a/docs/styles.css b/docs/styles.css index 04c1f02..495fb24 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -99,8 +99,8 @@ } #MSearchSelectWindow { position: fixed; - top: 145px !important; - left: 35px !important; + top: 178px !important; + left: 49px !important; border: solid 1px #d4d4d4; border-radius: 0; box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25); @@ -118,8 +118,8 @@ } #MSearchResultsWindow { position: fixed; - top: 145px !important; - left: 35px !important; + top: 178px !important; + left: 49px !important; border: solid 1px #d4d4d4; border-radius: 0; box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);