diff options
author | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-08 16:22:23 +0000 |
---|---|---|
committer | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-08 16:22:23 +0000 |
commit | f9c07943b51c528c10b3ff57a055c6a1d5f9623e (patch) | |
tree | 5ff65b345c0a12f575d02e8adddd43d7a63276ee /doc | |
parent | 08bdaffd7228995992bc7a3bb7abcce0cfb9cbac (diff) |
Improve formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/binaryXHR_js.html | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/lib/binaryXHR_js.html b/doc/lib/binaryXHR_js.html index 0f4cc9e..1913fad 100644 --- a/doc/lib/binaryXHR_js.html +++ b/doc/lib/binaryXHR_js.html @@ -16,13 +16,9 @@ TD P { margin-bottom: 0.08in } H1 { margin-bottom: 0.08in } H1.western { font-family: "Liberation Sans", sans-serif; font-size: 22pt } - H1.cjk { font-family: "DejaVu Sans"; font-size: 16pt } - H1.ctl { font-family: "DejaVu Sans"; font-size: 16pt } P { margin-bottom: 0.08in } TH P { margin-bottom: 0.08in } - P.heading-2-western { font-family: "Liberation Serif", serif; font-size: 16pt; font-weight: bold } - P.heading-2-cjk { font-family: "DejaVu Sans"; font-size: 18pt; font-weight: bold } - P.heading-2-ctl { font-family: "DejaVu Sans"; font-size: 18pt; font-weight: bold } + H2.heading-2-western { font-family: "Liberation Serif", serif; font-size: 16pt; font-weight: bold } A:link { so-language: zxx } --> </STYLE> @@ -41,7 +37,7 @@ </TD> </TR> </TABLE> -<P CLASS="heading-2-western">Overview</P> +<H2 CLASS="heading-2-western">Overview</H2> <P>This module provides two functions, <A HREF="#FetchBinaryURL">FetchBinaryURL</A> and <A HREF="#FetchBinaryURLAsync">FetchBinaryURLAsync</a>, @@ -60,7 +56,7 @@ numbers. between different Web Browsers, so the user of this module does not need to worry about them.</P> <A NAME="FetchBinaryURL"> -<P CLASS="heading-2-western">Function FetchBinaryURL</P> +<H2 CLASS="heading-2-western">Function FetchBinaryURL</H2> </A> <P>Load a binary file.</P> <P>Arguments:</P> @@ -72,7 +68,7 @@ need to worry about them.</P> <LI><P>An object of type BinaryFile.</P> </UL> <A NAME="FetchBinaryURLAsync"> -<P CLASS="heading-2-western">Function FetchBinaryURLAsync</P> +<H2 CLASS="heading-2-western">Function FetchBinaryURLAsync</H2> </A> <P>Initiate an asynchronous binary load.</P> <P>Arguments:</P> @@ -89,7 +85,7 @@ need to worry about them.</P> The callback function will receive the loaded binary file.</P> </UL> <A NAME="BinaryFile"> -<P CLASS="heading-2-western">Class BinaryFile</P> +<H2 CLASS="heading-2-western">Class BinaryFile</H2> </A> <P>This class implements the methods needed to access the content of the binary file.</P> @@ -191,7 +187,7 @@ the binary file.</P> </TABLE> </DIV> <A NAME="InvalidBinaryFile"> -<P CLASS="heading-2-western">Exception class InvalidBinaryFile</P> +<H2 CLASS="heading-2-western">Exception class InvalidBinaryFile</H2> </A> <P>This is a helper exception class that can be thrown while loading the binary file.</P> <P><BR></P> |