2014-04-09 00:50:07 +00:00
|
|
|
div.article {
|
|
|
|
@include span-columns(12);
|
|
|
|
border-bottom: 1px solid rgba(35, 35, 35, 0.1);
|
|
|
|
padding-bottom: em(20);
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
@include span-columns(12);
|
2014-04-09 20:44:04 +00:00
|
|
|
margin-bottom: em(40);
|
2014-04-09 00:50:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.author {
|
|
|
|
@include span-columns(6);
|
2014-04-12 01:35:42 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-04-09 00:50:07 +00:00
|
|
|
}
|
|
|
|
|
2014-04-12 01:35:42 +00:00
|
|
|
.comments {
|
2014-04-09 00:50:07 +00:00
|
|
|
@include span-columns(6);
|
|
|
|
@include omega;
|
|
|
|
text-align: right;
|
2014-04-12 01:35:42 +00:00
|
|
|
|
|
|
|
.fa {
|
|
|
|
margin-right: em(10);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions {
|
|
|
|
@include span-columns(12);
|
|
|
|
@include omega;
|
|
|
|
margin-top: em(10);
|
2014-04-09 00:50:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2014-04-09 20:44:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.article-links {
|
|
|
|
@include span-columns(12);
|
|
|
|
|
|
|
|
.previous {
|
|
|
|
@include span-columns(6);
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
padding-right: em(10);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.next {
|
|
|
|
@include span-columns(6);
|
|
|
|
@include omega;
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
padding-left: em(10);
|
|
|
|
}
|
|
|
|
}
|
2014-04-12 01:35:42 +00:00
|
|
|
}
|