table row spacing

This commit is contained in:
Deniz Akşimşek 2023-05-27 17:18:58 +03:00
parent ff6a304a17
commit ae6d9310c4
2 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,7 @@ By supporting both of these types of APIs separately you can get the strengths o
styles of code and infrastructure needs cleanly split out.
Let's contrast the needs of JSON APIs with Hypermedia APIs:
// TODO dz4k: check: row spacing?
[cols="a,a"]
|===
|JSON API Needs |Hypermedia API

View File

@ -86,6 +86,10 @@
figcaption:first-child { border-block-end: 1px solid var(--faded-fg) }
figcaption:last-child { border-block-start: 1px solid var(--faded-fg) }
table tr:not(:last-child) > * {
padding-bottom: var(--rhythm);
}
.iconbutton { box-shadow: none !important; }
.text-align\:end { text-align: end }