mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Remove style info -- we need the plaintext-mode editor to do this for us, not requiring it to be in the file
This commit is contained in:
parent
d06ed909ad
commit
144afd6963
@ -24,19 +24,6 @@
|
||||
<head>
|
||||
<title>Ender Plain Text Test Page</title>
|
||||
|
||||
<!--
|
||||
<style type="text/css">
|
||||
/* This style sheet should be in a seperate file */
|
||||
|
||||
BODY {
|
||||
white-space: -moz-pre-wrap; width: 72ch;
|
||||
font-family: -moz-fixed;
|
||||
background-color: rgb(255, 255, 255);
|
||||
margin: 4px 4px 4px 4px;
|
||||
}
|
||||
|
||||
</style>
|
||||
-->
|
||||
|
||||
|
||||
</head>
|
||||
@ -57,6 +44,5 @@ Typed text will wrap to the current wrap setting. You can view or set the wrap
|
||||
- ctrl-\: wrap to window width (wrapcolumn = -1)
|
||||
- alt-\: turn off wrapping (wrapcolumn = 0)
|
||||
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -24,19 +24,6 @@
|
||||
<head>
|
||||
<title>Ender Plain Text Test Page</title>
|
||||
|
||||
<!--
|
||||
<style type="text/css">
|
||||
/* This style sheet should be in a seperate file */
|
||||
|
||||
BODY {
|
||||
white-space: -moz-pre-wrap; width: 72ch;
|
||||
font-family: -moz-fixed;
|
||||
background-color: rgb(255, 255, 255);
|
||||
margin: 4px 4px 4px 4px;
|
||||
}
|
||||
|
||||
</style>
|
||||
-->
|
||||
|
||||
|
||||
</head>
|
||||
@ -57,6 +44,5 @@ Typed text will wrap to the current wrap setting. You can view or set the wrap
|
||||
- ctrl-\: wrap to window width (wrapcolumn = -1)
|
||||
- alt-\: turn off wrapping (wrapcolumn = 0)
|
||||
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user