]> granicus.if.org Git - apache/commitdiff
remove surplus CSS files
authorAndré Malo <nd@apache.org>
Tue, 8 Oct 2002 02:13:25 +0000 (02:13 +0000)
committerAndré Malo <nd@apache.org>
Tue, 8 Oct 2002 02:13:25 +0000 (02:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97138 13f79535-47bb-0310-9956-ffa450edef68

23 files changed:
docs/manual/style/css/manual-loose-100pc-b.css [deleted file]
docs/manual/style/css/manual-loose-90pc-b.css [deleted file]
docs/manual/style/css/manual-loose-90pc.css [deleted file]
docs/manual/style/css/manual-loose-fix13-b.css [deleted file]
docs/manual/style/css/manual-loose-fix13.css [deleted file]
docs/manual/style/css/manual-loose-fix15-b.css [deleted file]
docs/manual/style/css/manual-loose-fix15.css [deleted file]
docs/manual/style/css/manual-sbar-left-100pc-b.css [deleted file]
docs/manual/style/css/manual-sbar-left-100pc.css [deleted file]
docs/manual/style/css/manual-sbar-left-90pc-b.css [deleted file]
docs/manual/style/css/manual-sbar-left-90pc.css [deleted file]
docs/manual/style/css/manual-sbar-left-fix13-b.css [deleted file]
docs/manual/style/css/manual-sbar-left-fix13.css [deleted file]
docs/manual/style/css/manual-sbar-left-fix15-b.css [deleted file]
docs/manual/style/css/manual-sbar-left-fix15.css [deleted file]
docs/manual/style/css/manual-sbar-right-100pc-b.css [deleted file]
docs/manual/style/css/manual-sbar-right-100pc.css [deleted file]
docs/manual/style/css/manual-sbar-right-90pc-b.css [deleted file]
docs/manual/style/css/manual-sbar-right-90pc.css [deleted file]
docs/manual/style/css/manual-sbar-right-fix13-b.css [deleted file]
docs/manual/style/css/manual-sbar-right-fix13.css [deleted file]
docs/manual/style/css/manual-sbar-right-fix15-b.css [deleted file]
docs/manual/style/css/manual-sbar-right-fix15.css [deleted file]

diff --git a/docs/manual/style/css/manual-loose-100pc-b.css b/docs/manual/style/css/manual-loose-100pc-b.css
deleted file mode 100644 (file)
index ba549d6..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-loose-100pc.css);
-
-body,
-h1,
-h3,
-div.example,
-div.note,
-div.warning {
-    color: #000;
-}
-
-div#page-header p.apache {
-    background-color: #000;
-}
-
-div#footer {
-    border-top-color: #000;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-loose-90pc-b.css b/docs/manual/style/css/manual-loose-90pc-b.css
deleted file mode 100644 (file)
index 8029978..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-loose-100pc-b.css);
-
-html {
-    font-size: 90%;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-loose-90pc.css b/docs/manual/style/css/manual-loose-90pc.css
deleted file mode 100644 (file)
index 9ed564c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-loose-100pc.css);
-
-html {
-    font-size: 90%;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-loose-fix13-b.css b/docs/manual/style/css/manual-loose-fix13-b.css
deleted file mode 100644 (file)
index 5ba2c20..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-loose-fix13.css);
-
-body,
-h1,
-h3,
-div.example,
-div.note,
-div.warning {
-    color: #000;
-}
-
-div#page-header p.apache {
-    background-color: #000;
-}
-
-div#footer {
-    border-top-color: #000;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-loose-fix13.css b/docs/manual/style/css/manual-loose-fix13.css
deleted file mode 100644 (file)
index 8d6e2e2..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-loose-100pc.css);
-
-html {
-    font-size: 13px;
-}
-
-h1 {
-    font-size: 20px;
-}
-
-h2 {
-    font-size: 18px;
-}
-
-h3 {
-    font-size: 16px;
-}
-
-/* titles for 
- * examples, notes and warnings
- */
-div.example h3,
-div.note h3,
-div.warning h3,
-div.example pre,
-div.example code,
-div.note pre,
-div.warning pre {
-    font-size: 13px;
-}
-
-div#page-header p.apache {
-    font-size: 16px;
-}
-
-div#page-header p.menu,
-div#path,
-div#footer {
-    font-size: 11px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-loose-fix15-b.css b/docs/manual/style/css/manual-loose-fix15-b.css
deleted file mode 100644 (file)
index fc29817..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-loose-fix15.css);
-
-body,
-h1,
-h3,
-div.example,
-div.note,
-div.warning {
-    color: #000;
-}
-
-div#page-header p.apache {
-    background-color: #000;
-}
-
-div#footer {
-    border-top-color: #000;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-loose-fix15.css b/docs/manual/style/css/manual-loose-fix15.css
deleted file mode 100644 (file)
index 867fcb5..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-loose-100pc.css);
-
-html {
-    font-size: 15px;
-}
-
-h1 {
-    font-size: 22px;
-}
-
-h2 {
-    font-size: 18px;
-}
-
-h3 {
-    font-size: 16px;
-}
-
-/* titles for 
- * examples, notes and warnings
- */
-div.example h3,
-div.note h3,
-div.warning h3,
-div.example pre,
-div.example code,
-div.note pre,
-div.warning pre {
-    font-size: 15px;
-}
-
-div#page-header p.apache {
-    font-size: 16px;
-}
-
-div#page-header p.menu,
-div#path,
-div#footer {
-    font-size: 13px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-left-100pc-b.css b/docs/manual/style/css/manual-sbar-left-100pc-b.css
deleted file mode 100644 (file)
index 94b452e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-100pc-b.css);
-
-div#quickview {
-    left: 30px;
-}
-
-/* move content right */
-div#page-content {
-    padding-top: 0;
-    margin-left: 13em;
-    margin-right: 0;
-    padding-right: 0;
-    padding-left: 30px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-left-100pc.css b/docs/manual/style/css/manual-sbar-left-100pc.css
deleted file mode 100644 (file)
index 60e3d15..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-100pc.css);
-
-div#quickview {
-    left: 30px;
-}
-
-/* move content right */
-div#page-content {
-    padding-top: 0;
-    margin-left: 13em;
-    margin-right: 0;
-    padding-right: 0;
-    padding-left: 30px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-left-90pc-b.css b/docs/manual/style/css/manual-sbar-left-90pc-b.css
deleted file mode 100644 (file)
index 2f54ec5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-left-100pc-b.css);
-
-html {
-    font-size: 90%;
-}
-
-div#quickview {
-    top: 5.5em;
-    margin-top: 39px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-left-90pc.css b/docs/manual/style/css/manual-sbar-left-90pc.css
deleted file mode 100644 (file)
index 44900d2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-left-100pc.css);
-
-html {
-    font-size: 90%;
-}
-
-div#quickview {
-    top: 5.5em;
-    margin-top: 39px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-left-fix13-b.css b/docs/manual/style/css/manual-sbar-left-fix13-b.css
deleted file mode 100644 (file)
index e06fc64..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-fix13-b.css);
-
-div#quickview {
-    left: 30px;
-}
-
-/* move content right */
-div#page-content {
-    padding-top: 0;
-    margin-left: 13em;
-    margin-right: 0;
-    padding-right: 0;
-    padding-left: 30px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-left-fix13.css b/docs/manual/style/css/manual-sbar-left-fix13.css
deleted file mode 100644 (file)
index 9fd9740..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-fix13.css);
-
-div#quickview {
-    left: 30px;
-}
-
-/* move content right */
-div#page-content {
-    padding-top: 0;
-    margin-left: 13em;
-    margin-right: 0;
-    padding-right: 0;
-    padding-left: 30px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-left-fix15-b.css b/docs/manual/style/css/manual-sbar-left-fix15-b.css
deleted file mode 100644 (file)
index e7fa101..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-fix15-b.css);
-
-div#quickview {
-    left: 30px;
-}
-
-/* move content right */
-div#page-content {
-    padding-top: 0;
-    margin-left: 13em;
-    margin-right: 0;
-    padding-right: 0;
-    padding-left: 30px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-left-fix15.css b/docs/manual/style/css/manual-sbar-left-fix15.css
deleted file mode 100644 (file)
index d4d028c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-fix15.css);
-
-div#quickview {
-    left: 30px;
-}
-
-/* move content right */
-div#page-content {
-    padding-top: 0;
-    margin-left: 13em;
-    margin-right: 0;
-    padding-right: 0;
-    padding-left: 30px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-right-100pc-b.css b/docs/manual/style/css/manual-sbar-right-100pc-b.css
deleted file mode 100644 (file)
index 18a8ca0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-100pc.css);
-
-body,
-h1,
-h3,
-div.example,
-div.note,
-div.warning {
-    color: #000;
-}
-
-div#page-header p.apache {
-    background-color: #000;
-}
-
-div#footer {
-    border-top-color: #000;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-right-100pc.css b/docs/manual/style/css/manual-sbar-right-100pc.css
deleted file mode 100644 (file)
index 7daa872..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-loose-100pc.css);
-
-/* sidebar */
-div#quickview {
-    position: absolute;
-    top: 4.9em;
-    right: 1em;
-    margin-left: 0;
-    margin-top: 40px;
-    padding: 4px;
-    width: 13.5em;
-    background-color: #f0f0f0;
-    color: inherit;
-}
-
-div#quickview li {
-    font-size: smaller;
-}
-
-div#quickview a:hover,
-div#quickview a:active {
-    background-color: #fff;
-}
-
-div#quickview h3 {
-    margin: 1em 0 0.3em 0.5em;
-    font-size: 1em;
-}
-
-div#quickview h3.directives {
-    margin-top: 0.3em;
-}
-
-div#quickview ul {
-    margin: 0 0 15px 0;
-    padding: 0;
-}
-
-div#quickview ul#toc {
-    margin: 0 0 0 0.5em;
-    padding: 0;
-}
-
-div#quickview ul#toc li {
-    margin: 0;
-    padding: 0;
-    list-style-type: none;
-}
-
-div#quickview li img {
-    display: none;
-}
-
-#manual-page div#quickview ul#toc,
-div#quickview #topics,
-div#quickview .seealso {
-    padding-left: 15px;
-}
-
-#manual-page div#quickview ul#toc li,
-div#quickview #topics li,
-div#quickview .seealso li {
-    margin: 0 0 2px 0;
-    padding: 0;
-    list-style-type: square;
-    list-style-position: outside;
-}
-
-/* move content left */
-div#page-content {
-    padding-top: 0;
-    margin-right: 13em;
-    padding-right: 30px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-right-90pc-b.css b/docs/manual/style/css/manual-sbar-right-90pc-b.css
deleted file mode 100644 (file)
index 3e91455..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-100pc-b.css);
-
-html {
-    font-size: 90%;
-}
-
-div#quickview {
-    top: 5.5em;
-    margin-top: 39px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-right-90pc.css b/docs/manual/style/css/manual-sbar-right-90pc.css
deleted file mode 100644 (file)
index 244763f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-100pc.css);
-
-html {
-    font-size: 90%;
-}
-
-div#quickview {
-    top: 5.5em;
-    margin-top: 39px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-right-fix13-b.css b/docs/manual/style/css/manual-sbar-right-fix13-b.css
deleted file mode 100644 (file)
index 5923967..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-fix13.css);
-
-body,
-h1,
-h3,
-div.example,
-div.note,
-div.warning {
-    color: #000;
-}
-
-div#page-header p.apache {
-    background-color: #000;
-}
-
-div#footer {
-    border-top-color: #000;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-right-fix13.css b/docs/manual/style/css/manual-sbar-right-fix13.css
deleted file mode 100644 (file)
index 762786a..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-100pc.css);
-
-html {
-    font-size: 13px;
-}
-
-h1 {
-    font-size: 20px;
-}
-
-h2 {
-    font-size: 18px;
-}
-
-h3 {
-    font-size: 16px;
-}
-
-/* titles for 
- * examples, notes and warnings
- */
-div.example h3,
-div.note h3,
-div.warning h3,
-div.example pre,
-div.example code,
-div.note pre,
-div.warning pre {
-    font-size: 13px;
-}
-
-div#page-header p.apache {
-    font-size: 16px;
-}
-
-div#page-header p.menu,
-div#path,
-div#footer,
-div#quickview li {
-    font-size: 11px;
-}
-
-div#quickview {
-    top: 5.3em;
-    margin-top: 40px;
-}
-
-div#quickview h3 {
-    font-size: 13px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-right-fix15-b.css b/docs/manual/style/css/manual-sbar-right-fix15-b.css
deleted file mode 100644 (file)
index 4c8dfd5..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-fix15.css);
-
-body,
-h1,
-h3,
-div.example,
-div.note,
-div.warning {
-    color: #000;
-}
-
-div#page-header p.apache {
-    background-color: #000;
-}
-
-div#footer {
-    border-top-color: #000;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
diff --git a/docs/manual/style/css/manual-sbar-right-fix15.css b/docs/manual/style/css/manual-sbar-right-fix15.css
deleted file mode 100644 (file)
index a634f76..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * manual.css
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
-@import url(manual-sbar-right-100pc.css);
-
-html {
-    font-size: 15px;
-}
-
-h1 {
-    font-size: 22px;
-}
-
-h2 {
-    font-size: 18px;
-}
-
-h3 {
-    font-size: 16px;
-}
-
-/* titles for 
- * examples, notes and warnings
- */
-div.example h3,
-div.note h3,
-div.warning h3,
-div.example pre,
-div.example code,
-div.note pre,
-div.warning pre {
-    font-size: 15px;
-}
-
-div#page-header p.apache {
-    font-size: 16px;
-}
-
-div#page-header p.menu,
-div#path,
-div#footer,
-div#quickview li {
-    font-size: 13px;
-}
-
-div#quickview {
-    top: 5.2em;
-    margin-top: 40px;
-}
-
-div#quickview h3 {
-    font-size: 15px;
-}
-
-/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- * -> The End <-
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */