Readded blogs back to 2015

This commit is contained in:
Griatch 2021-11-15 01:24:37 +01:00
parent 709d4e0862
commit 68d4e37bb1
38 changed files with 5204 additions and 97 deletions

View file

@ -186,6 +186,7 @@ code, pre {
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
color:#000;
font-size:14px;
line-height: 0.8em;
}
.codeblock {
@ -490,11 +491,17 @@ a[href="devblog-posts"]:focus {
}
.blog_post > * > img {
opacity: 1.0;
float:left;
margin-right:2em;
margin-bottom: 1em;
}
.blog_post > * > a > img {
.blog_post > * > a > img {
opacity: 1.0;
float:left;
margin-right:2em;
margin-bottom: 1em;
}
.blog_post > ul {
.blog_post > ul {
list-style: inherit;
}
.blog_post > ul > li > p {
@ -506,6 +513,8 @@ a[href="devblog-posts"]:focus {
}
/* Media alternatives */