From 9e5f9e68d3c20d4a3f754d03de4e63ce46b6007d Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 29 Dec 2020 15:41:10 +0000 Subject: Style table elements --- themes/Brine/layouts/_default/baseof.html | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/Brine/layouts') diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html index 156ef06..dfc31b0 100644 --- a/themes/Brine/layouts/_default/baseof.html +++ b/themes/Brine/layouts/_default/baseof.html @@ -19,6 +19,7 @@ pre>code{display:block;padding:20px;white-space:pre-wrap;font-size:75%;max-width:80ch} p,a,li,h1{max-width:70ch} blockquote{color:#333;border-left:7px solid #fc9;padding:0 14px;margin:0} + td,th{text-align:left;padding-right:10px} p.pagination>a{padding:5px} @media(min-width:1100px){ aside{position:fixed;min-width:14vw;max-width:17vw;bottom:0;overflow-y:auto} -- cgit v1.2.3