hdf5/doc/html/ed_styles/RMelect.css
Frank Baker f67be1d2dc [svn-r7107]
Purpose:
    Add new class.

Description:
    Add '.1_4_compat' style class.

Platforms tested:
    IE 5, Safari
2003-06-25 15:06:00 -05:00

39 lines
418 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;
}
.1_4_compat {
font-style: italic;
}
</STYLE>