From cdf9a007b4108112fa7c5a9ae4aa31a05e516cc3 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 11 Jun 2021 11:08:49 +0200 Subject: [PATCH] only one gloss per line in examples --- style/page.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style/page.css b/style/page.css index 54ed02b..44ca3f5 100644 --- a/style/page.css +++ b/style/page.css @@ -230,9 +230,11 @@ main nav { figure:not(.left) { text-align: center; } -figure table { +figure:not(.left) table { display: inline-table; - margin: 0.5em 0.5em; +} +figure table { + margin: 1em 0.5em; } .gloss { border: none;