1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

Correct spelling of "nowrap".

Copied from Perforce
 Change: 186283
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-05-24 16:56:14 +01:00
parent 4958cf81f3
commit 1ea419e09e

View file

@ -136,6 +136,6 @@ div#home h1 + p {
}
div#memory-management-glossary em.xref.std-term {
white-space: no-wrap;
white-space: nowrap;
margin-right: 1em;
}