From 2f0de10e29ce00fb24473c162d5de9e072dcbe28 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 21 Jun 2019 10:01:00 +0200 Subject: [PATCH] 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 --- docs/libvirt.css | 15 +++++++++++++++ docs/news-html.xsl | 13 +++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) 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 @@ -
    -- 2.47.2