From 1826d797e2ce11fd54fed2a200204bb7b4e600f9 Mon Sep 17 00:00:00 2001
From: Tom Keffer
Date: Tue, 28 Jan 2020 07:17:47 -0800
Subject: [PATCH] Fix typo. Change "highlight" CSS.
---
docs/css/weewx_ui.css | 2 +-
docs/customizing.htm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/css/weewx_ui.css b/docs/css/weewx_ui.css
index 8480ddfd..047968ad 100644
--- a/docs/css/weewx_ui.css
+++ b/docs/css/weewx_ui.css
@@ -294,7 +294,7 @@ p .symcode {
}
.highlight {
- background-color: #ffe0b0;
+ background-color: #fff777;
}
.text_highlight, .first_col {
diff --git a/docs/customizing.htm b/docs/customizing.htm
index dfaf7b4a..d23ba007 100644
--- a/docs/customizing.htm
+++ b/docs/customizing.htm
@@ -1070,7 +1070,7 @@ db_manager.getSql("SELECT SUM(rain) FROM %s "\
group_altitude = meter # Options are 'foot' or 'meter'
group_degree_day = degree_C_day # Options are 'degree_F_day' or 'degree_C_day'
- group_distance = kmspan> # Options are 'mile' or 'km'
+ group_distance = km # Options are 'mile' or 'km'
group_pressure = mbar # Options are 'inHg', 'mmHg', 'mbar', or 'hPa'
group_pressurerate = mbar_per_hour # Options are 'inHg_per_hour', 'mmHg_per_hour', 'mbar_per_hour', or 'hPa_per_hour'
group_rain = mm # Options are 'inch', 'cm', or 'mm'
@@ -2098,9 +2098,9 @@ $month.outTemp.max
- However, if you add mbar to the end,
+ However, if you add mbar to the end of the tag,
- $day.barometer.avg.mbar
+ Today's average pressure=$day.barometer.avg.mbar
then the results will be in millibars:
Today's average pressure=1017.5 mbar