strip font-family from pre/code on mobile

This commit is contained in:
Jeff Atwood 2014-06-20 00:02:27 -07:00
parent 109107e7b7
commit db863c7d67
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ a:hover.reply-new {
/* Code, KBD, Sub/sup formatting */
code,kbd,pre,samp {
font-family: monospace; font-size:1em;
font-size:1em;
}
pre {
code {