Code

doc/: Removed now unused CSS.
authorSebastian Harl <sh@tokkee.org>
Sun, 1 Jun 2014 07:55:25 +0000 (09:55 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 1 Jun 2014 07:55:25 +0000 (09:55 +0200)
doc/Makefile.am
doc/sysdb-man.css [deleted file]

index e8c13ed4c472233dea41c7f8ce3dc9bddfb4a6f6..bdbdf91246b7b8d1076f986f02420d06b498e56f 100644 (file)
@@ -76,8 +76,6 @@ ADOC_FLAGS = \
                -apackage_version=$(PACKAGE_VERSION) \
                -alocalstatedir=$(localstatedir) \
                $(ADOCFLAGS)
-# XXX: Make asciidoc use this stylesheet
-HTML_ATTRS = --stylesheet=$(srcdir)/sysdb-man.css
 
 MAN_DEPS = asciidoc.conf ../version
 
diff --git a/doc/sysdb-man.css b/doc/sysdb-man.css
deleted file mode 100644 (file)
index 9a8095e..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * SysDB - CSS stylesheet for manpages
- */
-
-body {
-       margin: 1em 5% 1em 5%;
-       line-height: 1.2;
-       font-family: sans-serif;
-}
-
-h1, h2, h3, h4, h5, h6 {
-       color: #00337c;
-       font-family: sans-serif;
-       font-weight: bold;
-}
-
-body h1 {
-       border-bottom: 2px solid #cdcdcd;
-}
-
-body h2 {
-       border-bottom: 2px solid #cdcdcd;
-}
-
-body pre {
-       margin: 0.5em 10% 0.5em 1em;
-       line-height: 1.0;
-       color: #00337c;
-}
-
-/* vim: set tw=78 sw=4 ts=4 noexpandtab : */
-