about summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'default.css')
-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;