docs: use dl/dd instead of blockquote for freedesktop link
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 13:13:36 +0000 (15:13 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 11:09:15 +0000 (11:09 +0000)
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 <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/contents.html

index d30812da918e338d13c21543d22c6e5a38944e45..1d39b2f5f51027f73bd9fc58e5759559301a74c9 100644 (file)
 <blockquote>
 <a href="https://freedesktop.org" target="_parent">freedesktop.org</a>
 </blockquote>
+<dl>
+<dd><a href="https://freedesktop.org" target="_parent">freedesktop.org</a>
+</dl>
 
 </body>
 </html>