diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2019-05-06 13:26:47 +0200 |
---|---|---|
committer | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2019-05-08 07:18:15 +0000 |
commit | ecdab0dfea52d2c2c26f90330fda8c43089a6ae9 (patch) | |
tree | 2dc79b7eb51e59e68639c143552ff790e852356f /docs/xlibdriver.html | |
parent | 6e0e550904228561b4108779382a9543f94797ee (diff) | |
download | mesa-ecdab0dfea52d2c2c26f90330fda8c43089a6ae9.tar.gz mesa-ecdab0dfea52d2c2c26f90330fda8c43089a6ae9.tar.bz2 mesa-ecdab0dfea52d2c2c26f90330fda8c43089a6ae9.zip |
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>
Diffstat (limited to 'docs/xlibdriver.html')
-rw-r--r-- | docs/xlibdriver.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xlibdriver.html b/docs/xlibdriver.html index b4de10e36f1..0859bbaec49 100644 --- a/docs/xlibdriver.html +++ b/docs/xlibdriver.html @@ -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> |