overview pages fix

This commit is contained in:
randogoth 2023-05-03 22:36:36 +03:00
parent 50f1eba33a
commit 17332c1621

View file

@ -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 {