summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-27 01:57:38 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-04-27 01:57:38 -0600
commit99a0a758833bc0e95b0d0dd4b712be11736dd3ee (patch)
treefe6e64c3cca14b56e27c0a3d257b4b8e344e6dcc /docs
parentcd3df49f9fce4c7bf7d6cc8b284b088f55240115 (diff)
show correct defaults for border properties on header; document how to enable border
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/theme/pages/running-content.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/modules/theme/pages/running-content.adoc b/docs/modules/theme/pages/running-content.adoc
index d0e62f87..e283b6f3 100644
--- a/docs/modules/theme/pages/running-content.adoc
+++ b/docs/modules/theme/pages/running-content.adoc
@@ -12,6 +12,8 @@ The `header`, `footer`, and `running-content` category keys control the arrangem
The `header` category key accepts the keys listed in the following table.
IMPORTANT: If you don't specify a `height` for the header, it effectively disables the header.
+To enable the border, you must at least set the `border-width` key.
+If the `border-color` key is not specified, the border color will default to `$base-border-color`.
[cols="3,4,6a"]
|===
@@ -33,7 +35,7 @@ header:
|border-color
|xref:blocks.adoc#border-color[Color] +
-(default: _not set_)
+(default: `$base-border-color`)
|[source]
header:
border-color: #DDDDDD
@@ -47,7 +49,7 @@ header:
|border-width
|xref:blocks.adoc#border-width[Measurement] {vbar} xref:blocks.adoc#border-width[Measurement[\]] +
-(default: `$base-border-width`)
+(default: _not set_)
|[source]
header:
border-width: 0.25