diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-26 23:55:05 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-04-27 01:58:21 -0600 |
| commit | fad04a8ebb7c998e5a837adf8ac4204b12cc7cfb (patch) | |
| tree | f9b44018bdcb60b075fbab2b24a147a4f6130ce2 | |
| parent | 649ac73bfd1b6edfd15c288ff5f8862fa485a245 (diff) | |
show correct defaults for border properties on footer
| -rw-r--r-- | docs/modules/theme/pages/running-content.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/theme/pages/running-content.adoc b/docs/modules/theme/pages/running-content.adoc index e4428fb3..698cb677 100644 --- a/docs/modules/theme/pages/running-content.adoc +++ b/docs/modules/theme/pages/running-content.adoc @@ -261,7 +261,7 @@ footer: |border-color |xref:blocks.adoc#border-color[Color] + -(default: _not set_) +(default: `$base-border-color`) |[source] footer: border-color: #DDDDDD @@ -275,7 +275,7 @@ footer: |border-width |xref:blocks.adoc#border-width[Measurement] {vbar} xref:blocks.adoc#border-width[Measurement[\]] + -(default: `$base-border-width`) +(default: `0.5`) |[source] footer: border-width: 0.25 |
