This repository has been archived on 2021-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
feedfu/app/assets/stylesheets/items.css.scss
2013-01-10 22:21:23 +01:00

29 lines
366 B
SCSS

@import "config";
a.unread {
font-weight: bold;
}
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;
}
}