From 7eee13c46794da1317cb865879611ec236fd9a3a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 18 Apr 2019 15:13:36 +0200 Subject: [PATCH] docs: use dl/dd instead of blockquote for freedesktop link The blockquote happens to match the indentation of the other lists for most browsers, but this isn't a guarantee. Let's instead use a definition-list, which is more strongly connected to a list, so it's more likely to have the same indention. This also makes sure that we don't have similar padding on the right-hand side, in case we change the text-size. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/contents.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/contents.html b/docs/contents.html index d30812da918..1d39b2f5f51 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -105,6 +105,9 @@
freedesktop.org
+
+
freedesktop.org +
-- 2.30.2