about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.css2
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: '<';
td> 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe