provide some style for tables
Ted Unangst tedu@tedunangst.com
Tue, 14 May 2019 11:12:21 -0400
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -12,6 +12,11 @@ margin-left: 0em;
padding-left: 0.5em; border-left: 1px solid #aab; } +table { + display: block; + max-width: 100%; + overflow-x: auto; +} a { color: #dde; }