This commit is contained in:
miyako 2018-05-15 09:51:23 +00:00 committed by GitHub
commit 90051cddc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,10 @@ pre
tab-size: 2;
}
strong
{
font-weight: bold;
}
.hljs {
white-space: pre;
@ -81,4 +85,4 @@ code {
/* Changing from font-awesome 4 to 5, the class pull-right was removed */
.pull-right {
float: right;
}
}