From: Erik Faye-Lund Date: Tue, 28 May 2019 11:48:15 +0000 (+0200) Subject: docs: remove some pointless spacing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0114d15ed651c7aa0bcf64100af0d8c62bb86f49;p=mesa.git docs: remove some pointless spacing The different headers and header-sizes already convey the hierarchical structure of this document, the unusual spacing arguably just looks a bit inconsistent with the rest of the site. Let's remove it; it looks fine without it, and will translate better to other markup languages. Signed-off-by: Erik Faye-Lund Reviewed-by: Emil Velikov Reviewed-by: Eric Engestrom --- diff --git a/docs/faq.html b/docs/faq.html index 183bd4e31d9..4f3c200ce82 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -17,8 +17,6 @@

Frequently Asked Questions

Last updated: 19 September 2018 -
-

Index

  1. High-level Questions and Answers
  2. @@ -26,8 +24,6 @@ Last updated: 19 September 2018
  3. Runtime / Rendering Problems
  4. Developer Questions
-
-

1. High-level Questions and Answers

@@ -173,14 +169,8 @@ popular and feature-complete.

- -
-
- -

2. Compilation and Installation Problems

-

2.1 What's the easiest way to install Mesa?

If you're using a Linux-based system, your distro CD most likely already @@ -247,8 +237,6 @@ After determining the correct values for the install location, configure Mesa with meson configure --prefix=/usr --libdir=xxx -D dri-drivers-path=xxx and then install with sudo ninja install.

-
-

3. Runtime / Rendering Problems

@@ -321,9 +309,6 @@ Programming Guide - "OpenGL Correctness Tips". Basically, applying a translation of (0.375, 0.375, 0.0) to your coordinates will fix the problem.

-
-
-

4. Developer Questions