summaryrefslogtreecommitdiffstats
path: root/doc/docbook.css
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-07-30 17:37:24 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2008-07-30 17:37:24 -0400
commitedad750e967458f55b9e761af966f325213ce9fe (patch)
treed068c3e14113e3c6067185b4f5e25ef219438273 /doc/docbook.css
parent77fe8e2e89af7cd21357116e9668b23d958fb2a5 (diff)
reorganize the docs a bit
Diffstat (limited to 'doc/docbook.css')
-rw-r--r--doc/docbook.css78
1 files changed, 0 insertions, 78 deletions
diff --git a/doc/docbook.css b/doc/docbook.css
deleted file mode 100644
index 6a7373e..0000000
--- a/doc/docbook.css
+++ /dev/null
@@ -1,78 +0,0 @@
-body
-{
- font-family: sans-serif;
-}
-h1.title
-{
-}
-.permission
-{
- color: #ee0000;
- text-decoration: underline;
-}
-.synopsis, .classsynopsis
-{
- background: #eeeeee;
- border: solid 1px #aaaaaa;
- padding: 0.5em;
-}
-.programlisting
-{
- background: #eeeeff;
- border: solid 1px #aaaaff;
- padding: 0.5em;
-}
-.variablelist
-{
- padding: 4px;
- margin-left: 3em;
-}
-.variablelist td:first-child
-{
- vertical-align: top;
-}
-td.shortcuts
-{
- color: #770000;
- font-size: 80%;
-}
-div.refnamediv
-{
- margin-top: 2em;
-}
-div.toc
-{
- border: 2em;
-}
-a
-{
- text-decoration: none;
-}
-a:hover
-{
- text-decoration: underline;
- color: #FF0000;
-}
-
-div.table table
-{
- border-collapse: collapse;
- border-spacing: 0px;
- border-style: solid;
- border-color: #777777;
- border-width: 1px;
-}
-
-div.table table td, div.table table th
-{
- border-style: solid;
- border-color: #777777;
- border-width: 1px;
- padding: 3px;
- vertical-align: top;
-}
-
-div.table table th
-{
- background-color: #eeeeee;
-}