summaryrefslogtreecommitdiffstats
path: root/contrib/expat/doc/style.css
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-02 07:16:04 +0000
committerphk <phk@FreeBSD.org>2002-10-02 07:16:04 +0000
commit676528b41eb1d7ef205f19c99dcb9585d9105d85 (patch)
tree6f80919d64493c94380986e636d4731dddeeea12 /contrib/expat/doc/style.css
downloadFreeBSD-src-676528b41eb1d7ef205f19c99dcb9585d9105d85.zip
FreeBSD-src-676528b41eb1d7ef205f19c99dcb9585d9105d85.tar.gz
Virgin import (trimmed) of eXpat version 1.95.5
Diffstat (limited to 'contrib/expat/doc/style.css')
-rw-r--r--contrib/expat/doc/style.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/contrib/expat/doc/style.css b/contrib/expat/doc/style.css
new file mode 100644
index 0000000..6f48860
--- /dev/null
+++ b/contrib/expat/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;
+}
OpenPOWER on IntegriCloud