From b100d1542fe4f083aacb5679e7a1434be877d649 Mon Sep 17 00:00:00 2001 From: Graham Hayes Date: Sat, 28 May 2016 23:44:32 +0200 Subject: [PATCH] Change Layout of Path + Sub Title With very long URI paths the wrapping either looks weird or there is no charecter for it to wrap on. This moves the URI to its own line, and moves some of the other elements aroud slightly. Also changes the font of the subtitle to make it more apparent. Change-Id: I36e7420224f69eaa5f4dceb18d910b40377b76c4 --- os_api_ref/__init__.py | 6 ++++-- os_api_ref/assets/api-site.css | 7 ++++++- os_api_ref/tests/test_basic_example.py | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/os_api_ref/__init__.py b/os_api_ref/__init__.py index 6cf2373..d4c219f 100644 --- a/os_api_ref/__init__.py +++ b/os_api_ref/__init__.py @@ -470,8 +470,10 @@ def rest_method_html(self, node): %(method)s -
%(url)s
-
%(desc)s
+
+
%(url)s
+

%(desc)s

+