From ae89a7a1e067c3e7dde7d5fc8a8a016689f0b9e3 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Fri, 13 Jan 2017 14:23:57 +0100 Subject: fix extensions not getting loaded properly --- doc-tool/resources/css/api-page.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc-tool/resources/css/api-page.css') diff --git a/doc-tool/resources/css/api-page.css b/doc-tool/resources/css/api-page.css index 47f88ed6c..e2927f0d4 100644 --- a/doc-tool/resources/css/api-page.css +++ b/doc-tool/resources/css/api-page.css @@ -19,6 +19,10 @@ div#entity-title > span#entity-kind { font-weight: 100; } +div#entity-body table > tbody > tr > td { + padding: 10px; +} + div.entity-section { background-color: #fff; border-radius: 4px; -- cgit v1.2.3