From 223c784f643321e64ecf4be5b87da93ac8829c6a Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sat, 5 Jun 2021 07:34:59 +0200 Subject: [PATCH] add .floating.left --- style/shiny/single.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/shiny/single.css b/style/shiny/single.css index d333cd5..2646a4d 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -143,6 +143,10 @@ margin-left: 0.8em; } +#info .floating.left { + float: left; +} + #info .shaped { /* maybe one day... */ /* shape-outside: attr(src url); */