From 17332c16210f1f99f230c9b7a053eeb9dde043f1 Mon Sep 17 00:00:00 2001 From: randogoth Date: Wed, 3 May 2023 22:36:36 +0300 Subject: [PATCH] overview pages fix --- web/mc-pelican/static/local.css | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/web/mc-pelican/static/local.css b/web/mc-pelican/static/local.css index 34a430b..e1b97cd 100644 --- a/web/mc-pelican/static/local.css +++ b/web/mc-pelican/static/local.css @@ -164,36 +164,20 @@ hr } abbr { - float: left; + color: #555; display: inline; text-decoration: none; padding: 0; } -.hentry .published::before { - content: '*'; -} - -.hentry .published::after { - content: '>\00a0'; -} - .hentry .entry-summary p { margin: 0; - margin-left: 7.5em; } .hentry h2 { margin: 0; } -header h2 a { - background: none; - color: #bbb; - text-transform: uppercase; - padding: 0; -} - .post-info abbr { float: none; } @@ -255,8 +239,13 @@ iframe { blockquote { border: 1px solid; margin: 0; - padding-left: 1em; + padding: 0 1em; background: #222; + -webkit-hyphens: auto; + -moz-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + word-wrap: break-word; } em, strong {