From e0610e396f0218f5927be8bbcba9ec05be4b1479 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 28 Dec 2018 02:18:16 -0800 Subject: 4880 --- html/subx/examples/ex10.subx.html | 2 +- html/subx/examples/ex11.subx.html | 4 ++-- html/subx/examples/ex12.subx.html | 5 ++--- html/subx/examples/ex4.subx.html | 2 +- html/subx/examples/ex6.subx.html | 2 +- html/subx/examples/ex7.subx.html | 2 +- html/subx/examples/ex8.subx.html | 2 +- html/subx/examples/ex9.subx.html | 2 +- 8 files changed, 10 insertions(+), 11 deletions(-) (limited to 'html/subx/examples') diff --git a/html/subx/examples/ex10.subx.html b/html/subx/examples/ex10.subx.html index c951ca62..ae437909 100644 --- a/html/subx/examples/ex10.subx.html +++ b/html/subx/examples/ex10.subx.html @@ -23,7 +23,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } .CommentedCode { color: #6c6c6c; } -.subxFunction { color: #ff8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } .Constant { color:#00a0a0; } --> diff --git a/html/subx/examples/ex11.subx.html b/html/subx/examples/ex11.subx.html index 289d23c7..699234c2 100644 --- a/html/subx/examples/ex11.subx.html +++ b/html/subx/examples/ex11.subx.html @@ -23,10 +23,10 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } .CommentedCode { color: #6c6c6c; } -.subxFunction { color: #ff8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } .subxTest { color: #5f8700; } .Constant { color:#00a0a0; } -.SpecialChar { color: #ff0000; } +.SpecialChar { color: #d70000; } .subxH1Comment { color:#00ffff; } --> diff --git a/html/subx/examples/ex12.subx.html b/html/subx/examples/ex12.subx.html index 39e13baa..9ee9caa9 100644 --- a/html/subx/examples/ex12.subx.html +++ b/html/subx/examples/ex12.subx.html @@ -22,9 +22,8 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .subxS2Comment { color:#4466ff; } .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } -.SpecialChar { color: #ff0000; } +.SpecialChar { color: #d70000; } .CommentedCode { color: #6c6c6c; } -.subxH1Comment { color:#00ffff; } --> @@ -99,7 +98,7 @@ if ('onhashchange' in window) { 37 # sharing flags 38 22 00 00 00 # MAP_PRIVATE | MAP_ANONYMOUS 39 # fd -40 ff ff ff ff # -1 since MAP_ANONYMOUS is specified +40 ff ff ff ff # -1 since MAP_ANONYMOUS is specified 41 # offset 42 00 00 00 00 # 0 since MAP_ANONYMOUS is specified 43 diff --git a/html/subx/examples/ex4.subx.html b/html/subx/examples/ex4.subx.html index db75131c..27b339bb 100644 --- a/html/subx/examples/ex4.subx.html +++ b/html/subx/examples/ex4.subx.html @@ -22,7 +22,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .subxS2Comment { color:#4466ff; } .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } -.SpecialChar { color: #ff0000; } +.SpecialChar { color: #d70000; } --> diff --git a/html/subx/examples/ex6.subx.html b/html/subx/examples/ex6.subx.html index d73c43b3..08c6639f 100644 --- a/html/subx/examples/ex6.subx.html +++ b/html/subx/examples/ex6.subx.html @@ -22,7 +22,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .subxS2Comment { color:#4466ff; } .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } -.SpecialChar { color: #ff0000; } +.SpecialChar { color: #d70000; } .CommentedCode { color: #6c6c6c; } --> diff --git a/html/subx/examples/ex7.subx.html b/html/subx/examples/ex7.subx.html index ad52cf1c..889e02e7 100644 --- a/html/subx/examples/ex7.subx.html +++ b/html/subx/examples/ex7.subx.html @@ -22,7 +22,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .subxS2Comment { color:#4466ff; } .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } -.SpecialChar { color: #ff0000; } +.SpecialChar { color: #d70000; } .CommentedCode { color: #6c6c6c; } --> diff --git a/html/subx/examples/ex8.subx.html b/html/subx/examples/ex8.subx.html index 41cf1abe..5d89cca6 100644 --- a/html/subx/examples/ex8.subx.html +++ b/html/subx/examples/ex8.subx.html @@ -23,7 +23,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } .CommentedCode { color: #6c6c6c; } -.subxFunction { color: #ff8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } .Constant { color:#00a0a0; } --> diff --git a/html/subx/examples/ex9.subx.html b/html/subx/examples/ex9.subx.html index 27ac87ea..4d9f2949 100644 --- a/html/subx/examples/ex9.subx.html +++ b/html/subx/examples/ex9.subx.html @@ -23,7 +23,7 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } .CommentedCode { color: #6c6c6c; } -.subxFunction { color: #ff8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } --> -- cgit 1.4.1-2-gfad0