From 751b231a560715b6fe047a5bf7458d09aa5dce4e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 14 May 2019 11:12:21 -0400 Subject: [PATCH] provide some style for tables --- views/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/views/style.css b/views/style.css index 0fb41ee..e44a57e 100644 --- a/views/style.css +++ b/views/style.css @@ -12,6 +12,11 @@ blockquote { padding-left: 0.5em; border-left: 1px solid #aab; } +table { + display: block; + max-width: 100%; + overflow-x: auto; +} a { color: #dde; }