summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorbreadcat2020-12-29 15:41:10 +0000
committerbreadcat2020-12-29 15:41:10 +0000
commit9e5f9e68d3c20d4a3f754d03de4e63ce46b6007d (patch)
tree893c001898e4f70c5a25edee610aadc009814220 /themes
parent02eb5862cb9818265675d15dd7cecbeb97a170e1 (diff)
downloadblog.minskio.co.uk-9e5f9e68d3c20d4a3f754d03de4e63ce46b6007d.tar.gz
blog.minskio.co.uk-9e5f9e68d3c20d4a3f754d03de4e63ce46b6007d.tar.bz2
blog.minskio.co.uk-9e5f9e68d3c20d4a3f754d03de4e63ce46b6007d.zip
Style table elements
Diffstat (limited to 'themes')
-rw-r--r--themes/Brine/layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
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}