housekeeping

This commit is contained in:
Reto Kromer 2017-01-27 14:56:21 +01:00 committed by GitHub
parent 3293e6494a
commit f299496e6e

View File

@ -74,9 +74,9 @@ div {
.codeblock { .codeblock {
font-family: monospace font-family: monospace
padding:2px 4px; padding: 2px 4px;
font-size:90%; font-size: 90%;
color:#c7254e; color: #c7254e;
background-color:#f9f2f4; background-color: #f9f2f4;
border-radius:4px border-radius: 4px
} }