docs: add divider using CSS

instead of hardwiring the formatting in the html code, do this using
CSS, more flexible this way.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
This commit is contained in:
Kefu Chai
2023-10-27 00:11:39 +08:00
parent 1694a7addc
commit ff12f1f678
2 changed files with 4 additions and 4 deletions

View File

@@ -32,3 +32,7 @@ hr {
dl dt:hover > a.headerlink {
visibility: visible;
}
dl.confval {
border-bottom: 1px solid #cacaca;
}

View File

@@ -5,7 +5,3 @@
{% if type %}* **Type:** ``{{ type }}``{% endif %}
{% if default %}* **Default value:** ``{{ default }}``{% endif %}
{% if liveness %}* **Liveness** :term:`* <Liveness>` **:** ``{{ liveness }}``{% endif %}
.. raw:: html
<hr/>