diff options
-rw-r--r-- | src/static/site.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/static/site.css b/src/static/site.css index 2b0fd6f3..f2bef2c5 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -707,10 +707,14 @@ ul.quick-info li:not(:last-child)::after { } li .by { - white-space: nowrap; + display: inline-block; font-style: oblique; } +li .by a { + display: inline-block; +} + p code { font-size: 1em; font-family: 'courier new'; |