hdf5/doc/html/ed_styles/UGelect.css
Frank Baker 0937359ed3 [svn-r6477]
Purpose:
    Adding stylesheets to the HDF5 doc set (via DW libraries).
Description:
    These HTML stylesheets are for consistently managing formatting issues.
    The *Elect* stylesheets will be used in the distributed HTML doc set,
    i.e., the electronic version; the *Print* stylesheets will be used to
    generate printer-friendly versions.
Platforms tested:
    IE 5 and 6
    Netscape
2003-03-14 13:55:43 -05:00

35 lines
364 B
CSS

<STYLE TYPE="text/css">
P, p, UL, ul, OL, ol, LI, li, DL, dl, DT, dt, DD, dd {
}
A, a {
}
H1, h1 {
text-align: center
}
H2, h2 {
}
H3, h3 {
}
H4, h4 {
}
H5, h5 {
}
code, CODE {
}
pre, PRE {
}
.smallType {
font-size: smaller;
}
</STYLE>