2014-07-22 07:31:19 -04:00
|
|
|
.author_details {
|
2019-12-05 14:09:31 -05:00
|
|
|
font-size: 0.8em;
|
|
|
|
color: @gray;
|
2014-07-22 07:31:19 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.post {
|
2019-12-05 14:09:31 -05:00
|
|
|
img {
|
|
|
|
border-radius: 3px;
|
|
|
|
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2014-07-22 07:31:19 -04:00
|
|
|
}
|
2014-07-22 12:09:44 -04:00
|
|
|
|
|
|
|
.blog {
|
2019-12-05 14:09:31 -05:00
|
|
|
iframe {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
> .page-header {
|
|
|
|
h1 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post {
|
|
|
|
.page-header {
|
|
|
|
h2 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-header {
|
|
|
|
h1 {
|
|
|
|
a {
|
|
|
|
color: @text-color;
|
|
|
|
}
|
|
|
|
.small {
|
|
|
|
color: @gray-dark;
|
|
|
|
font-size: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
margin-top: 22px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.blurb {
|
|
|
|
ul {
|
|
|
|
li {
|
|
|
|
margin-bottom: @line-height-computed / 4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-07-22 12:09:44 -04:00
|
|
|
}
|