From: Peter Krempa Date: Fri, 21 Jun 2019 08:01:00 +0000 (+0200) Subject: docs: Space out entries in news.html X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2f0de10e29ce00fb24473c162d5de9e072dcbe28;p=libvirt.git docs: Space out entries in news.html The header for the news entry blends together with the text and other entries. This patch tries to space them out somewhat for better visual separation. Signed-off-by: Peter Krempa Reviewed-by: Martin Kletzander Reviewed-by: Andrea Bolognani --- diff --git a/docs/libvirt.css b/docs/libvirt.css index 4c7afc4042..6639b1df64 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -591,3 +591,18 @@ td.enumvalue { .deprecatedhv { color: darkred; } + +ul.news-section-content { + margin-top: 0.5em; +} + +ul.news-section-content li dl dt { + margin: 0; +} + +ul.news-section-content li dl dd { + margin-left: 1em; + margin-right: 0; + margin-top: 0.5em; + margin-bottom: 0.5em; +} diff --git a/docs/news-html.xsl b/docs/news-html.xsl index 4d40798028..2b02578cb9 100644 --- a/docs/news-html.xsl +++ b/docs/news-html.xsl @@ -58,7 +58,7 @@ -
    +
    @@ -68,8 +68,14 @@
  • - - +
    +
    + +
    +
    + +
    +
  • @@ -80,7 +86,6 @@ -