From 112d30da3cc6fcbaa532f88edf91326aa5564a12 Mon Sep 17 00:00:00 2001 From: Clare Laylock Date: Fri, 3 Nov 2023 09:02:16 -0400 Subject: [PATCH] center text --- ch07_authorization-authentication.adoc | 1 + theme/pdf/pdf.css | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ch07_authorization-authentication.adoc b/ch07_authorization-authentication.adoc index 15722e53..69bdf972 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -899,6 +899,7 @@ next two timelock features we will examine are _relative timelocks_ in that they specify, as a condition of spending an output, an elapsed time from the confirmation of the output in the blockchain. +[role="less_space pagebreak-before"] Relative timelocks are useful because they allow imposing a time constraint on one transaction that is dependent on the elapsed time from diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index 22bb1ade..951d2bf4 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -68,8 +68,7 @@ section.less_space > h1:first-child { /* right and center align options for table cells */ -.right { text-align: right; } -.center { text-align: center; } +p.center { text-align: center; }