achille-press/sass/site/primary/_posts-and-pages.scss
Tammie Lister 96718641de Adds in missing class
Brings in class that was missing from updated Sass but in style.css.
Props @corvannoorloos
2014-08-13 12:18:30 +01:00

28 lines
No EOL
297 B
SCSS

.sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published){
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;
}