Merge branch 'dev' into sabre32

This commit is contained in:
Mario Vavti
2016-06-10 12:22:01 +02:00
354 changed files with 1687 additions and 18 deletions

View File

@@ -117,7 +117,14 @@ code {
color: #000;
}
.inline-code {
font-size: 1em;
padding: 0;
border: 0;
background: #FFF;
display: inline;
color: #000;
}
pre {
background: #F5F5F5;