projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e3833
)
docs: avoid repeating the color
author
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 11:01:15 +0000
(13:01 +0200)
committer
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 2 May 2019 08:45:57 +0000
(08:45 +0000)
The color attribute is inherited in CSS, so there's no point in repeating
this.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/mesa.css
patch
|
blob
|
history
diff --git
a/docs/mesa.css
b/docs/mesa.css
index a55833ce07639f0413d4ef91077e517978c123f4..6fdc38f9432f10831720597d06a5edec5ba346ea 100644
(file)
--- 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;
}