diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-12-29 18:34:33 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-12-29 18:34:33 (GMT) |
commit | 03cfc3d6eb95d2454c6d155c1ce8cb3d3bad3621 (patch) | |
tree | 8c2e813092956bbbdfabcdc3b55bd5340de5a4e1 /templates/html | |
parent | 3a85975d792ac667f3e0cca7eb8c96342a788432 (diff) | |
download | Doxygen-03cfc3d6eb95d2454c6d155c1ce8cb3d3bad3621.zip Doxygen-03cfc3d6eb95d2454c6d155c1ce8cb3d3bad3621.tar.gz Doxygen-03cfc3d6eb95d2454c6d155c1ce8cb3d3bad3621.tar.bz2 |
Refactoring: Modernise client side part of searchindex
Diffstat (limited to 'templates/html')
-rw-r--r-- | templates/html/search.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/html/search.css b/templates/html/search.css index 254b5e7..830a23b 100644 --- a/templates/html/search.css +++ b/templates/html/search.css @@ -204,12 +204,14 @@ a.SRScope:focus, a.SRScope:active { span.SRScope { padding-left: 4px; + font-family: Arial, Verdana, sans-serif; } .SRPage .SRStatus { padding: 2px 5px; font-size: 8pt; font-style: italic; + font-family: Arial, Verdana, sans-serif; } .SRResult { |