diff options
Diffstat (limited to 'src/style')
-rw-r--r-- | src/style/style.css | 8 |
1 files changed, 5 insertions, 3 deletions
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; } |