From ebc28720597ae902134dc391e0d96aef767ca17a Mon Sep 17 00:00:00 2001 From: colinkiama Date: Sun, 31 Jul 2022 00:37:40 +0100 Subject: libvaladoc: Inline rendering of hierarchy graphs when using svg images Fixes https://gitlab.gnome.org/GNOME/vala/issues/1340 --- valadoc/icons/devhelpstyle.css | 8 ++++++++ valadoc/icons/style.css | 9 +++++++++ valadoc/icons/wikistyle.css | 9 +++++++++ 3 files changed, 26 insertions(+) (limited to 'valadoc') diff --git a/valadoc/icons/devhelpstyle.css b/valadoc/icons/devhelpstyle.css index c28cdb095..3fd025e8b 100644 --- a/valadoc/icons/devhelpstyle.css +++ b/valadoc/icons/devhelpstyle.css @@ -14,8 +14,16 @@ ul.external_link { border-style: none; display: block; margin: 0px auto; + text-align: center; +} + +.graph .node text { + font-size: 14px; } +.graph .node a polygon { + fill: transparent; +} .main_notification { padding-right: 10px; diff --git a/valadoc/icons/style.css b/valadoc/icons/style.css index 61d584c9e..5a16f6def 100644 --- a/valadoc/icons/style.css +++ b/valadoc/icons/style.css @@ -27,6 +27,15 @@ ul.external_link { border-style: none; display: block; margin: 0px auto; + text-align: center; +} + +.graph .node text { + font-size: 14px; +} + +.graph .node a polygon { + fill: transparent; } .site_navi { diff --git a/valadoc/icons/wikistyle.css b/valadoc/icons/wikistyle.css index 9b66ff8b1..01ce609e7 100644 --- a/valadoc/icons/wikistyle.css +++ b/valadoc/icons/wikistyle.css @@ -10,6 +10,15 @@ ul.external_link { display: block; margin: 0px auto; width: 100px; + text-align: center; +} + +.graph .node text { + font-size: 14px; +} + +.graph .node a polygon { + fill: transparent; } .site_navi { -- cgit v1.2.1