24 lines
331 B
SCSS
24 lines
331 B
SCSS
@import "config";
|
|
|
|
li.item {
|
|
overflow: auto;
|
|
|
|
em.date_published, em.author {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
em.author {
|
|
font-weight: bold;
|
|
}
|
|
|
|
article {
|
|
// TODO: Some more default stuff for incomming HTML
|
|
p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
article.expanded {
|
|
padding: 10px 5px 10px 20px;
|
|
}
|
|
}
|