diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2003-03-14 18:55:43 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2003-03-14 18:55:43 (GMT) |
commit | 0937359ed351ab601820b214e18f82477fb4983d (patch) | |
tree | fe2cc5b9b535923ee98d2c20f4c08ff0b640025d /doc/html/ed_styles/GenElect.css | |
parent | 8bd17618e922d3280ff3d5636c73ae360a168260 (diff) | |
download | hdf5-0937359ed351ab601820b214e18f82477fb4983d.zip hdf5-0937359ed351ab601820b214e18f82477fb4983d.tar.gz hdf5-0937359ed351ab601820b214e18f82477fb4983d.tar.bz2 |
[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
Diffstat (limited to 'doc/html/ed_styles/GenElect.css')
-rw-r--r-- | doc/html/ed_styles/GenElect.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/html/ed_styles/GenElect.css b/doc/html/ed_styles/GenElect.css new file mode 100644 index 0000000..cd181cd --- /dev/null +++ b/doc/html/ed_styles/GenElect.css @@ -0,0 +1,35 @@ +<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>
\ No newline at end of file |