Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson 2015-07-23 12:07:06 +01:00
commit c0c98b0284
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ body {
code {
font-size: 16px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
:not(a)>code {
color: #6D180B;
}