# HG changeset patch # User Steve Losh # Date 1578551277 28800 # Node ID b98008bc3c586ffd26e5f9bb006ae325bbfe6ad3 # Parent d70b175d5479444482176d96fdd881c00c75e202 Minor style tweaks diff -r d70b175d5479 -r b98008bc3c58 static/css/style.css --- a/static/css/style.css Wed Jan 08 22:10:26 2020 -0800 +++ b/static/css/style.css Wed Jan 08 22:27:57 2020 -0800 @@ -59,6 +59,12 @@ text-decoration: underline; } +blockquote { + border-left: 6px solid #e2e2e2; + margin-left: 24px; + padding-left: 12px; +} + /* Headings ---------------------------------------------------------------- */ h1, h2, h3, h4, h5, h6 { /* font-family: HoeflerText-Regular, 'Hoefler Text', 'Goudy Old Style','Palatino', 'Palatino Linotype', serif; */ @@ -120,6 +126,7 @@ line-height: 16px; } +/* Tables ------------------------------------------------------------------ */ table { margin: 0px auto 24px; border-collapse: collapse; @@ -166,6 +173,12 @@ } /* Individual Pages -------------------------------------------------------- */ +main#page-home p { + font-size: 24px; + line-height: 36px; + text-align: center; +} + main#page-blog-entry p.date, main#page-photography-gallery p.date, main#page-simple p.date {