diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2005-07-19 17:28:56 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2005-07-19 17:28:56 (GMT) |
commit | 794ba0a251af47b8e3c60afa2fe92d267e2a6b55 (patch) | |
tree | f24cea3b81ff02fa3f31c0a1c4e80fa10f4393c0 /doc/html/ed_styles/GenPrint.css | |
parent | d2e92fd23610c3ccdddbbc55484e54a5a21a9252 (diff) | |
download | hdf5-794ba0a251af47b8e3c60afa2fe92d267e2a6b55.zip hdf5-794ba0a251af47b8e3c60afa2fe92d267e2a6b55.tar.gz hdf5-794ba0a251af47b8e3c60afa2fe92d267e2a6b55.tar.bz2 |
[svn-r11084]
Description:
All HDF5 user documentation has been moved to a separate hdf5doc/
repository, managed under Subversion.
With this 'cvs commit', all files are stripped from hdf5/doc/.
THIS CHANGE IS APPLIED ONLY TO THE HDF5 DEVELOPMENT BRANCH,
post Release 1.6.x; it is not applied to the release branches.
Diffstat (limited to 'doc/html/ed_styles/GenPrint.css')
-rw-r--r-- | doc/html/ed_styles/GenPrint.css | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/doc/html/ed_styles/GenPrint.css b/doc/html/ed_styles/GenPrint.css deleted file mode 100644 index 6b25a73..0000000 --- a/doc/html/ed_styles/GenPrint.css +++ /dev/null @@ -1,58 +0,0 @@ -<STYLE TYPE="text/css"> - -P, p, UL, ul, OL, ol, LI, li, DL, dl, DT, dt, DD, dd { - font-family: garamond, "times new roman", times, serif; - font-size: 11pt; - } - -A, a { - color: black; - text-decoration: none; - } - -H1, h1 { - font-family: garamond, "times new roman", times, serif; - font-size: 18pt; - font-weight: bold; - text-align: center - } - -H2, h2 { - font-family: garamond, "times new roman", times, serif; - font-size: 16pt; - font-weight: bold; - } - -H3, h3 { - font-family: garamond, "times new roman", times, serif; - font-size: 14pt; - font-weight: bold; - } - -H4, h4 { - font-family: garamond, "times new roman", times, serif; - font-size: 12pt; - font-weight: bold; - } - -H5, h5 { - font-family: garamond, "times new roman", times, serif; - font-size: 10pt; - font-weight: bold; - } - -code, CODE { - font-family: "Courier New", Courier, Monospace; - font-size: 9pt; - } - -pre, PRE { - font-family: "Courier New", Courier, Monospace; - font-size: 8pt; - } - -.smallType { - font-size: 9pt; - } - -</STYLE>
\ No newline at end of file |