diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-09-19 14:53:31 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-09-19 14:54:23 +0200 |
commit | 459a48f299c188bbfc024fe14657e3d4802a0b6b (patch) | |
tree | aaed5d3ea5ea2f2ef596e3743d2395b5fe55841a /src/style | |
parent | 1a694966454c5ef3baa5ff831e2671a5a964ce7e (diff) | |
download | rgoncalves.se-459a48f299c188bbfc024fe14657e3d4802a0b6b.tar.gz |
src: September sync
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; } |