diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/static/site.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/static/site.css b/src/static/site.css index 4ccbdc11..65d4d343 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -201,6 +201,9 @@ footer > :last-child { .other-group-accent { opacity: 0.7; font-style: oblique; +} + +.other-group-accent { white-space: nowrap; } |