Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rob Funk was right. | Eric S. Raymond | 1997-06-04 | 1 | -6/+15 | |
| | | | | svn path=/trunk/; revision=1062 | |||||
* | Fix Rob Funk's bug. | Eric S. Raymond | 1997-06-04 | 2 | -1/+14 | |
| | | | | svn path=/trunk/; revision=1061 | |||||
* | Ad/* HTML tags */
BODY {
background-color: white;
color: darkblue;
}
TD { color: darkblue; }
H1 { text-align: center; }
H3 { font-style: italic; }
HR {
width: 85%;
align: center;
}
.copyright { color: darkblue; }
/* Links */
:link { color: blue; }
:visited { color: purple; }
:active { color: red; }
.el:link { font-style: italic; }
/* Examples */
DIV.fragment {
color: maroon;
}
|