diff --git a/docs/css/weewx_docs.css b/docs/css/weewx_docs.css
index c4c1dc4f..3e9704d3 100644
--- a/docs/css/weewx_docs.css
+++ b/docs/css/weewx_docs.css
@@ -4,8 +4,6 @@
html, body{
font-family: Verdana,arial,sans-serif;
font-size: 11pt;
- color: black;
- line-height: 1.2;
}
li {
margin-right: 10%;
@@ -56,8 +54,6 @@ td {
border: 1px solid #cccccc;
padding: 5px;
}
-p {
-}
caption {
background-color: #aacccc;
margin: 0;
@@ -97,6 +93,7 @@ caption {
margin: 10px;
padding: 3px;
white-space: pre;
+ line-height: normal;
}
.title {
margin-top: 0px;
@@ -104,19 +101,15 @@ caption {
}
.config_section {
}
-.config_option {
+.config_option, .config_important {
font-family: "Courier New", Courier, monospace;
font-weight: bold;
color: black;
- margin-top: 1em;
- margin-bottom: -6px;
+ margin-top: 1.5em;
+ margin-bottom: 0px;
}
.config_important {
- font-family: "Courier New", Courier, monospace;
- font-weight: bold;
color: #bb9900;
- margin-top: 1em;
- margin-bottom: -6px;
}
.highlight {
background-color: #FFCC99;
diff --git a/docs/customizing.htm b/docs/customizing.htm
index 0ba2a468..82c8cbd6 100644
--- a/docs/customizing.htm
+++ b/docs/customizing.htm
@@ -902,19 +902,19 @@ or in foobar units: $day.barometer.min.foobar
Results |
- | $trend.barometer |
+ $trend.barometer |
-.02 inHg |
- | $trend.outTemp |
+ $trend.outTemp |
1.1 °C |
- | $trend.time_delta |
+ $trend.time_delta |
10800 secs |
- | $trend.time_delta.hour |
+ $trend.time_delta.hour |
3 hrs |
@@ -936,15 +936,15 @@ or in foobar units: $day.barometer.min.foobar
Results |
- | $unit.unit_type.outTemp |
+ $unit.unit_type.outTemp |
degree_C |
- | $unit.label.outTemp |
+ $unit.label.outTemp |
°C |
- | $unit.format.outTemp |
+ $unit.format.outTemp |
%.1f |
@@ -1886,17 +1886,17 @@ outTemp = Outside Temperature
Comments |
- | html_entities |
+ html_entities |
Non 7-bit characters will be represented
as HTML entities (e.g., the degree sign will be
represented as °) |
- | utf8 |
+ utf8 |
Non 7-bit characters will be represented in UTF-8. |
- | strict_ascii |
+ strict_ascii |
Non 7-bit characters will be ignored. |
@@ -2964,11 +2964,11 @@ class="symcode">$CONFIG_ROOT/weewx.conf
Required keys
- | dateTime |
+ dateTime |
The time of the observation in unix epoch time. |
- | usUnits |
+ usUnits |
The unit system used. weewx.US for US
customary, weewx.METRICWX, or
weewx.METRIC for metric. See
@@ -3008,13 +3008,13 @@ class="symcode">$CONFIG_ROOT/weewx.conf
Pressure types
|
- | pressure |
+ pressure |
The Station Pressure (SP), which is the raw, absolute
pressure measured by the station. This is the true barometric
pressure for the station. |
- | barometer |
+ barometer |
The Sea Level Pressure (SLP) obtained by correcting
the Station Pressure for altitude and local temperature.
This is the pressure reading most commonly used by meteorologist
@@ -3024,7 +3024,7 @@ class="symcode">$CONFIG_ROOT/weewx.conf
altitude and local temperature. |
- | altimeter |
+ altimeter |
The Altimeter Setting (AS) obtained by correcting the
Station Pressure for altitude. This is the pressure
reading most commonly heard in weather reports. It is not the true
|