summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--default.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.css b/default.css
index fc790d2..610015c 100644
--- a/default.css
+++ b/default.css
@@ -68,8 +68,10 @@ nav ol li:first-child::before {
 }
 
 table {
-	width: 100%;
 	border-spacing: 0;
+	/* Allow some room to start selecting from */
+	margin-left: -2ch;
+	padding-left: 2ch;
 }
 tr {
 	vertical-align: top;
d=4d08648d0b9d1589b3205a5fe86d774ebcbac75b&follow=1'>Match lex/yacc %% %{ %} lines as MacroJune McEnroe 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 2020-12-29Add hilex HTML outputJune McEnroe