diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-16 20:45:15 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-02-16 20:45:15 +0100 |
commit | 3ad3ced53fc1afe7d34852ca443a7fd7059d2e61 (patch) | |
tree | ef02d6c0fe3926d4e5dafa04143fe2489b4e0112 /src/sciteco.html | |
parent | 57c98983ef9598705e012b82cc73e022e8ee024f (diff) | |
download | sciteco-3ad3ced53fc1afe7d34852ca443a7fd7059d2e61.tar.gz |
minor DOS to UNIX EOL conversion
Diffstat (limited to 'src/sciteco.html')
-rw-r--r-- | src/sciteco.html | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/src/sciteco.html b/src/sciteco.html index 9acef2b..59139b9 100644 --- a/src/sciteco.html +++ b/src/sciteco.html @@ -1,32 +1,32 @@ -<html>
- <head>
- <title>Text Editor and Corrector</title>
- <style type="text/css">
- body,p,a,td,li {
- font-family: courier,fixed,swiss,sans-serif;
- font-size: 12px;
- color: #cccccc;
- }
- .lh15 {
- line-height: 15px;
- }
-
- .term {
- font-family: "Courier New",courier,fixed,monospace;
- font-size: 12px;
- color: #94aad6;
- background: none;
- letter-spacing: 1px;
- }
- .term .termReverse {
- color: #232e45;
- background: #95a9d5;
- }
+<html> + <head> + <title>Text Editor and Corrector</title> + <style type="text/css"> + body,p,a,td,li { + font-family: courier,fixed,swiss,sans-serif; + font-size: 12px; + color: #cccccc; + } + .lh15 { + line-height: 15px; + } + + .term { + font-family: "Courier New",courier,fixed,monospace; + font-size: 12px; + color: #94aad6; + background: none; + letter-spacing: 1px; + } + .term .termReverse { + color: #232e45; + background: #95a9d5; + } #termDiv { visibility: hidden; width: 100%; - }
+ } #termDiv table { margin-left: auto; margin-right: auto; @@ -37,9 +37,9 @@ border: 0px none; visibility: hidden; } - </style>
- </head>
- <body bgcolor="#222222" link="#77dd11" text="#cccccc">
+ </style> + </head> + <body bgcolor="#222222" link="#77dd11" text="#cccccc"> <!-- FIXME: We don't need a Canvas, but must nevertheless define it, as Emscripten plugins for loading files depend on it. --> |