8dcee4415b
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
1 line
275 B
CSS
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;
|
|
}
|