libexpat/expat/doc/style.css
Clark Cooper c135be083d These are the first check-ins for the libexpat task: create configuration
files and setup for building a shareable libexpat.
2000-09-18 16:26:23 +00:00

48 lines
544 B
CSS

body {
background-color: white
}
.eg {
padding-left: 1em;
padding-top: .5em;
border: solid thin;
margin: 1em 0;
background-color: tan;
margin-left: 5%;
margin-right: 10%;
}
.handler {
width: 100%;
border-top-width: thin;
margin-left: 5%;
margin-bottom: 1em;
}
.handler p {
margin-left: 3%;
}
.setter {
font-weight: bold;
}
.signature {
color: navy;
}
.fcndec {
width: 100%;
border-top-width: thin;
font-weight: bold;
}
.fcndef {
margin-left: 5%;
margin-bottom: 2em;
}
dd {
margin-bottom: 2em;
}@