blog.minskio.co.uk

Content and theme behind minskio.co.uk
Log | Files | Refs

commit 9e5f9e68d3c20d4a3f754d03de4e63ce46b6007d
parent 02eb5862cb9818265675d15dd7cecbeb97a170e1
Author: breadcat <peter@minskio.co.uk>
Date:   Tue, 29 Dec 2020 15:41:10 +0000

Style table elements

Diffstat:
Mthemes/Brine/layouts/_default/baseof.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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}