overview pages fix
This commit is contained in:
parent
50f1eba33a
commit
17332c1621
1 changed files with 7 additions and 18 deletions
|
|
@ -164,36 +164,20 @@ hr
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr {
|
abbr {
|
||||||
float: left;
|
color: #555;
|
||||||
display: inline;
|
display: inline;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hentry .published::before {
|
|
||||||
content: '*';
|
|
||||||
}
|
|
||||||
|
|
||||||
.hentry .published::after {
|
|
||||||
content: '>\00a0';
|
|
||||||
}
|
|
||||||
|
|
||||||
.hentry .entry-summary p {
|
.hentry .entry-summary p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 7.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hentry h2 {
|
.hentry h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header h2 a {
|
|
||||||
background: none;
|
|
||||||
color: #bbb;
|
|
||||||
text-transform: uppercase;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-info abbr {
|
.post-info abbr {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
@ -255,8 +239,13 @@ iframe {
|
||||||
blockquote {
|
blockquote {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 1em;
|
padding: 0 1em;
|
||||||
background: #222;
|
background: #222;
|
||||||
|
-webkit-hyphens: auto;
|
||||||
|
-moz-hyphens: auto;
|
||||||
|
-ms-hyphens: auto;
|
||||||
|
hyphens: auto;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
em, strong {
|
em, strong {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue