mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
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:
parent
4ed4b265a5
commit
7a9e2d733a
1 changed files with 0 additions and 3 deletions
|
@ -125,9 +125,6 @@ h3 {
|
|||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #AAA;
|
||||
}
|
||||
em {
|
||||
font-style: normal;
|
||||
}
|
||||
/* Special Formmating */
|
||||
/* Keyboard */
|
||||
.key span {
|
||||
|
|
Loading…
Reference in a new issue