Twenty Eleven: Style the samp and var elements the same way we style the code and kbd elements. props mfields, fixes #17842.

git-svn-id: https://develop.svn.wordpress.org/trunk@20906 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-05-25 18:22:31 +00:00
parent 26b2c0d693
commit 631413d39a
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ pre {
margin-bottom: 1.625em;
padding: 0.75em 1.625em;
}
code, kbd, code var {
code, kbd, samp, var {
font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {

View File

@ -401,7 +401,7 @@ pre {
overflow: auto;
padding: 0.75em 1.625em;
}
code, kbd {
code, kbd, samp, var {
font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {