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: http://core.svn.wordpress.org/trunk@20906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-05-25 18:22:31 +00:00
parent 78f3a9cbf5
commit e303c609b3
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 {