commit ac37a5d6bc0f0befd7bfaed08074b0f38b7a7501 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Tue Nov 29 20:52:49 2016 +0000 Update changelog commit d8fae341224f6dee1c1e32c3895dd8a038ff511d Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Tue Nov 29 20:10:12 2016 +0000 output of gulp commit 7c25002ffdf77134d6b5ffa04ee7c945024f0666 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Tue Nov 29 20:09:44 2016 +0000 slightly better layout of replies commit 8c9fda30af582ef1de87962f1293545e065ecfac Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Tue Nov 29 19:58:52 2016 +0000 Close the anchor tags commit 9c75d3c97fc1ef5a4706f2433c9c41b74b9bb9bd Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Tue Nov 29 19:58:04 2016 +0000 Add test reply to style
72 lines
946 B
SCSS
Vendored
72 lines
946 B
SCSS
Vendored
// import.scss
|
|
|
|
body {
|
|
max-width: 25em;
|
|
margin: 0 auto;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
#topheader {
|
|
text-align: center;
|
|
}
|
|
|
|
.h-entry {
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.note {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.note-metadata {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.social-links {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.social-links svg {
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.mini-h-card img {
|
|
display: inline-block;
|
|
height: 1rem;
|
|
}
|
|
|
|
body > .h-card {
|
|
margin-top: 5px;
|
|
border-top: 1px solid grey;
|
|
}
|
|
|
|
footer button {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.algolia-image {
|
|
display: inline;
|
|
height: 2em;
|
|
}
|
|
|
|
.u-comment {
|
|
margin-top: 1em;
|
|
padding: 0 1em;
|
|
font-size: 0.75rem;
|
|
}
|
|
|
|
.u-comment.h-cite img {
|
|
height: 0.75rem;
|
|
}
|
|
|
|
.u-comment .e-content {
|
|
margin-top: 0.5em;
|
|
font-size: 1rem;
|
|
}
|