diff options
Diffstat (limited to '')
-rw-r--r-- | default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.css b/default.css index 1ebd4e0..d9c89c9 100644 --- a/default.css +++ b/default.css @@ -62,6 +62,7 @@ nav form { } table { + width: 100%; margin: 1em 0; border-collapse: collapse; } @@ -89,6 +90,7 @@ td.network a, td.context a { td.nick { text-align: right; + white-space: nowrap; } tr.privmsg td.nick span::before { content: '<'; |