Mesa (master): docs: avoid repeating the color

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 2 08:54:11 UTC 2019


Module: Mesa
Branch: master
Commit: 3eec9741438b05078ae06963d668ca2c27bca0e2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3eec9741438b05078ae06963d668ca2c27bca0e2

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Apr 18 13:01:15 2019 +0200

docs: avoid repeating the color

The color attribute is inherited in CSS, so there's no point in repeating
this.

Signed-off-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 docs/mesa.css | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/mesa.css b/docs/mesa.css
index a55833ce076..6fdc38f9432 100644
--- a/docs/mesa.css
+++ b/docs/mesa.css
@@ -8,19 +8,16 @@ body {
 h1 {
 	font-size: 24px;
 	font-weight: bold;
-	color: black;
 }
 
 h2 {
 	font-size: 18px;
 	font-weight: bold;
-	color: black;
 }
 
 code {
 	font-family: monospace;
 	font-size: 10pt;
-	color: black;
 }
 
 




More information about the mesa-commit mailing list