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 {