summaryrefslogtreecommitdiff
path: root/lib/libexpat/doc/style.css
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-09-22 21:32:10 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-09-22 21:32:10 +0000
commit85fb5ff050cde50b9090db2636afb2d5f5493972 (patch)
tree8c36ac684e3ab7bdae22e7b500997cd7310c439f /lib/libexpat/doc/style.css
parent9780a9791fb1c0eacc85dc2150e2791e1d904e26 (diff)
libexpat: a simple xml parser library, used by X11 and some ports.
Diffstat (limited to 'lib/libexpat/doc/style.css')
-rw-r--r--lib/libexpat/doc/style.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/lib/libexpat/doc/style.css b/lib/libexpat/doc/style.css
new file mode 100644
index 00000000000..6f4886077ac
--- /dev/null
+++ b/lib/libexpat/doc/style.css
@@ -0,0 +1,51 @@
+body {
+ background-color: white
+}
+
+.noborder {
+ border-width: 0px;
+}
+
+.eg {
+ padding-left: 1em;
+ padding-top: .5em;
+ padding-bottom: .5em;
+ border: solid thin;
+ margin: 1em 0;
+ background-color: tan;
+ margin-left: 2em;
+ margin-right: 10%;
+}
+
+.handler {
+ width: 100%;
+ border-top-width: thin;
+ margin-bottom: 1em;
+}
+
+.handler p {
+ margin-left: 2em;
+}
+
+.setter {
+ font-weight: bold;
+}
+
+.signature {
+ color: navy;
+}
+
+.fcndec {
+ width: 100%;
+ border-top-width: thin;
+ font-weight: bold;
+}
+
+.fcndef {
+ margin-left: 2em;
+ margin-bottom: 2em;
+}
+
+dd {
+ margin-bottom: 2em;
+}