This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2014-07-28 13:35:53 +00:00
|
|
|
.sticky {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hentry {
|
|
|
|
margin: 0 0 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.byline,
|
2014-08-13 11:18:30 +00:00
|
|
|
.updated:not(.published){
|
2014-07-28 13:35:53 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.single .byline,
|
|
|
|
.group-blog .byline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-content,
|
|
|
|
.entry-content,
|
|
|
|
.entry-summary {
|
|
|
|
margin: 1.5em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-links {
|
|
|
|
clear: both;
|
|
|
|
margin: 0 0 1.5em;
|
|
|
|
}
|