46 lines
709 B
CSS
46 lines
709 B
CSS
.post-pager {
|
|
clear: both;
|
|
margin-top: 2em; }
|
|
|
|
.post-pager div {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1; }
|
|
|
|
pre {
|
|
display: block;
|
|
overflow: auto;
|
|
word-break: normal;
|
|
word-wrap: no-wrap; }
|
|
|
|
pre[class*="language-"] {
|
|
border: 0;
|
|
border-radius: 0;
|
|
margin: 1.5em 0; }
|
|
|
|
pre code {
|
|
white-space: pre;
|
|
word-break: normal; }
|
|
|
|
code.hljs {
|
|
background-color: inherit;
|
|
padding: 0; }
|
|
|
|
code[data-gist-id] {
|
|
background: transparent;
|
|
padding: 0; }
|
|
|
|
.about-author:before, .about-author:after {
|
|
content: " ";
|
|
display: table; }
|
|
|
|
.about-author:after {
|
|
clear: both; }
|
|
|
|
.about-author img {
|
|
float: left;
|
|
margin: 0 1em 1em 0;
|
|
width: 50px; }
|
|
|
|
/*# sourceMappingURL=blog-post.css.map */
|