Build site
This commit is contained in:
parent
6f8d067847
commit
0c7de8559a
743 changed files with 92961 additions and 0 deletions
45
docs/assets/css/blog-post.css
Normal file
45
docs/assets/css/blog-post.css
Normal file
|
@ -0,0 +1,45 @@
|
|||
.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 */
|
Loading…
Add table
Add a link
Reference in a new issue