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:
akkana%netscape.com 1999-09-14 21:30:58 +00:00
parent d06ed909ad
commit 144afd6963
2 changed files with 0 additions and 28 deletions

View File

@ -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>

View File

@ -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>