doc/api: minor style changes

Reduces the size of the group name in the title.

Removes the background image from the navpath where it appears (file reference
page for example).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 199f179a3f)
This commit is contained in:
Peter Hutterer 2019-04-03 09:39:25 +10:00
parent 1e860c98d3
commit c8ce949b4e

View file

@ -10,7 +10,7 @@ dd {
}
.title .ingroups {
font-size: 200%;
font-size: 50%;
}
h1 {
@ -94,3 +94,8 @@ a {
color: #2873b0;
}
.navpath ul {
background-image: none;
background-color: #F0F0F0;
}