aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/user_doc.css
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-09-22 14:47:01 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-09-22 14:47:01 -0700
commit7a9e2d733a051c3952b9dc39caad105c28b2b997 (patch)
treeaa268a1f703726687f3e14095d32cfb1d462c9f4 /doc_src/user_doc.css
parent4ed4b265a55d0e6fc09f1e9324b15a0bc8a9ec81 (diff)
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.
Diffstat (limited to 'doc_src/user_doc.css')
-rw-r--r--doc_src/user_doc.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc_src/user_doc.css b/doc_src/user_doc.css
index b290bee9..50e3cbfa 100644
--- a/doc_src/user_doc.css
+++ b/doc_src/user_doc.css
@@ -125,9 +125,6 @@ h3 {
padding-bottom: 10px;
border-bottom: 1px solid #AAA;
}
-em {
- font-style: normal;
-}
/* Special Formmating */
/* Keyboard */
.key span {