Prefixed second instance of tt with pre

This commit is contained in:
Matthew Guy 2015-03-04 03:50:52 -05:00
parent a5dcaf6cd5
commit 031ac1fb40
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ pre {
border-radius: 3px;
}
pre code, tt {
pre code, pre tt {
font-size: inherit;
white-space: pre-wrap;
background: transparent;