This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/changes.css
vsc 8dcee4415b library(system) plus several new support builtins
much improved garbage collector
improvements to compiler
yaptab compiles again


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@34 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2001-05-21 20:00:05 +00:00

1 line
275 B
CSS

body {
color: black;
background-color: #FFE4C4;
font-family: sans-serif;
margin-left: 2em;
margin-right: 2em;
}
h1, h2, h3, h4, h5, h6 {
color: maroon; font-family: helvetica, arial, sans-serif;
text-align: center;
}
code, pre {
font-family: courier, monospace;
}