diff --git a/browser/loops.css b/browser/loops.css index e37f3b8..c07574d 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -38,6 +38,20 @@ table.listing td { white-space: normal; } +table.listing-details td { + white-space: normal; + border: 1px solid lightgrey; +} + +table.listing-details tr.heading td { + border: none; +} + +table.listing-details tr.heading td h3 { + font-weight: bold; + border: none; +} + dl.docutils dt { font-weight: bold; margin-top: 0.3em;