Stop overriding <em> in user documentation

<em> used to represent something else, but as far as I can tell, all
uses of <em> in the documentation today actually represent text that's
supposed to be visibly different. Notably, the documentation on
supported escapes uses <em> to indicate the letters that are a
placeholder for e.g. a hex digit, as opposed to being a literal
character.
This commit is contained in:
Kevin Ballard 2014-09-22 14:47:01 -07:00
parent 4ed4b265a5
commit 7a9e2d733a

View file

@ -125,9 +125,6 @@ h3 {
padding-bottom: 10px;
border-bottom: 1px solid #AAA;
}
em {
font-style: normal;
}
/* Special Formmating */
/* Keyboard */
.key span {