From 459a48f299c188bbfc024fe14657e3d4802a0b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 19 Sep 2021 14:53:31 +0200 Subject: src: September sync --- src/style/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/style') diff --git a/src/style/style.css b/src/style/style.css index 4770d2d..ced8573 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -60,9 +60,6 @@ table th, table td { margin: 0; overflow: hidden; } -table td.boolean { - text-justify: right; -} table tr:hover { background-color: #eeeeee; } @@ -72,6 +69,10 @@ pre { overflow: auto; } +p, ul li { + line-height: 1.5em; +} + p code { background-color: #cccccc; font-style: italic; @@ -93,6 +94,7 @@ blockquote p { footer { margin-top: 16em; } + footer blockquote { margin-inline-start: 0; } -- cgit v1.2.3