mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-11-30 00:03:48 -05:00
table row spacing
This commit is contained in:
parent
ff6a304a17
commit
ae6d9310c4
@ -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
|
||||
|
||||
@ -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 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user