third_party.expat/htdocs/style.css
Fred L. Drake, Jr. 48eb436842 Simplify the content table style, with no visual difference.
(Possibly better supported by browsers.)
2002-06-13 20:44:20 +00:00

25 lines
720 B
CSS

.corner { width: 200px;
height: 80px;
text-align: center;
}
.navbar { background-color: rgb(110,139,61);
padding-top: 2em;
}
.banner { background-color: rgb(110,139,61);
color: rgb(255,236,176);
padding-left: 2em;
}
.banner h2 { font-size: 200%; }
.content { padding: 2em; }
.content thead { background-color: rgb(110,139,61);
color: rgb(255,236,176);
}
.content td,
.content th { padding: .2em;
margin: 0em;
border-width: 0px;
vertical-align: baseline;
border-bottom: 2px solid rgb(110,139,61); }