summaryrefslogtreecommitdiffstats
path: root/docs/mesa.css
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-04-18 12:55:07 +0200
committerErik Faye-Lund <[email protected]>2019-05-02 08:45:57 +0000
commit86e38330d31d0f6da79bed8fd06802215793fa18 (patch)
treeab86e18adb69989b3382a1e836f25fa8d7c6ad29 /docs/mesa.css
parent755c118a4f0db16763b79d3afb0f36a28f9ea490 (diff)
docs: avoid repeating the font
The font attribute is inherited in CSS, so there's no point in repeating this. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/mesa.css')
-rw-r--r--docs/mesa.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mesa.css b/docs/mesa.css
index 5fa7bc34d77..a55833ce076 100644
--- a/docs/mesa.css
+++ b/docs/mesa.css
@@ -6,13 +6,13 @@ body {
}
h1 {
- font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
+ font-size: 24px;
font-weight: bold;
color: black;
}
h2 {
- font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
+ font-size: 18px;
font-weight: bold;
color: black;
}