remove serif fallback for mobile pre/code blocks

This commit is contained in:
Jeff Atwood 2014-06-19 13:10:57 -07:00
parent 9d82111813
commit 736ac30071
1 changed files with 2 additions and 2 deletions

View File

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