From c8ce949b4eecb9050f4eb87b799139c83f6c1bd5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 3 Apr 2019 09:39:25 +1000 Subject: [PATCH] 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 (cherry picked from commit 199f179a3f88123513c4194aa6432022d5ae265e) --- doc/api/style/libinputdoxygen.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/api/style/libinputdoxygen.css b/doc/api/style/libinputdoxygen.css index 0d046303..93e34fdf 100644 --- a/doc/api/style/libinputdoxygen.css +++ b/doc/api/style/libinputdoxygen.css @@ -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; +}