diff options
Diffstat (limited to 'html/apps/ex11.subx.html')
-rw-r--r-- | html/apps/ex11.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/ex11.subx.html b/html/apps/ex11.subx.html index c06d6fe0..577920fc 100644 --- a/html/apps/ex11.subx.html +++ b/html/apps/ex11.subx.html @@ -15,15 +15,15 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } -.subxS2Comment { color: #8a8a8a; } -.subxTest { color: #5f8700; } .subxFunction { color: #af5f00; text-decoration: underline; } .LineNr { } +.subxTest { color: #5f8700; } .subxS1Comment { color: #0000af; } +.subxMinorFunction { color: #875f5f; } .SpecialChar { color: #d70000; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } -.subxMinorFunction { color: #875f5f; } .Constant { color: #008787; } +.subxS2Comment { color: #8a8a8a; } .subxH1Comment { color: #005faf; text-decoration: underline; } --> </style> |