From: Erik Faye-Lund Date: Thu, 18 Apr 2019 13:11:43 +0000 (+0200) Subject: docs: use h2 instead of b-tag for headings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f0568d7e518a8a3c14c79d55c55d40a79de7549;p=mesa.git docs: use h2 instead of b-tag for headings -tags aren't allowed in the root of , so let's replace these with

-tags with some CSS to make them appear as bold. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- diff --git a/docs/contents.html b/docs/contents.html index 1b1d609f982..d30812da918 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -12,6 +12,10 @@ background-color: #cccccc; color: black; } + h2 { + font-size: inherit; + font-weight: bold; + } a:link { color: #000; } @@ -23,7 +27,7 @@ -Documentation +

Documentation

-Download / Install +

Download / Install

-Need help? +

Need help?

-User Topics +

User Topics

-Developer Topics +

Developer Topics

-Links +

Links

-Hosted by: +

Hosted by:


freedesktop.org