aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/expat/doc/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/extras/expat/doc/style.css')
-rw-r--r--nx-X11/extras/expat/doc/style.css51
1 files changed, 0 insertions, 51 deletions
diff --git a/nx-X11/extras/expat/doc/style.css b/nx-X11/extras/expat/doc/style.css
deleted file mode 100644
index 6f4886077..000000000
--- a/nx-X11/extras/expat/doc/style.css
+++ /dev/null
@@ -1,51 +0,0 @@
-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;
-}