docs: drop h1 in header

It's generally frowned upon to have more than one H1 per document in
HTML4. So let's put the text directly inside the header. This means we
can drop the flex-based centering, which makes things a bit easier. We
also need to change the padding to rem instead of em, because the em has
now changed.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Erik Faye-Lund
2019-05-06 13:26:47 +02:00
parent 6e0e550904
commit ecdab0dfea
274 changed files with 274 additions and 279 deletions

View File

@@ -8,7 +8,7 @@
<body>
<div class="header">
<h1>The Mesa 3D Graphics Library</h1>
The Mesa 3D Graphics Library
</div>
<iframe src="contents.html"></iframe>