From 4dfd36f481e15254c4d28fadec81556971fee88c Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sat, 30 Oct 2010 15:02:55 -0400 Subject: Removed docs theme unused files --- docs/.static/exclaim.png | Bin 3542 -> 0 bytes docs/.static/exclaim_color.png | Bin 3432 -> 0 bytes docs/.static/info.png | Bin 3844 -> 0 bytes docs/.static/info_color.png | Bin 3810 -> 0 bytes docs/.static/logo_hi.png | Bin 3693 -> 0 bytes docs/.static/onebit_36.png | Bin 1705 -> 0 bytes docs/.static/onebit_38.png | Bin 1937 -> 0 bytes docs/.static/repoze.css | 33 --------------------------------- docs/.static/repoze_epub.css | 22 ---------------------- docs/.templates/layout.html | 5 ----- 10 files changed, 60 deletions(-) delete mode 100644 docs/.static/exclaim.png delete mode 100644 docs/.static/exclaim_color.png delete mode 100644 docs/.static/info.png delete mode 100644 docs/.static/info_color.png delete mode 100644 docs/.static/logo_hi.png delete mode 100755 docs/.static/onebit_36.png delete mode 100755 docs/.static/onebit_38.png delete mode 100644 docs/.static/repoze.css delete mode 100644 docs/.static/repoze_epub.css delete mode 100644 docs/.templates/layout.html diff --git a/docs/.static/exclaim.png b/docs/.static/exclaim.png deleted file mode 100644 index 6707bc362..000000000 Binary files a/docs/.static/exclaim.png and /dev/null differ diff --git a/docs/.static/exclaim_color.png b/docs/.static/exclaim_color.png deleted file mode 100644 index dffff8784..000000000 Binary files a/docs/.static/exclaim_color.png and /dev/null differ diff --git a/docs/.static/info.png b/docs/.static/info.png deleted file mode 100644 index 95d00a973..000000000 Binary files a/docs/.static/info.png and /dev/null differ diff --git a/docs/.static/info_color.png b/docs/.static/info_color.png deleted file mode 100644 index bcaf288bd..000000000 Binary files a/docs/.static/info_color.png and /dev/null differ diff --git a/docs/.static/logo_hi.png b/docs/.static/logo_hi.png deleted file mode 100644 index 996dcac4f..000000000 Binary files a/docs/.static/logo_hi.png and /dev/null differ diff --git a/docs/.static/onebit_36.png b/docs/.static/onebit_36.png deleted file mode 100755 index 70889fc16..000000000 Binary files a/docs/.static/onebit_36.png and /dev/null differ diff --git a/docs/.static/onebit_38.png b/docs/.static/onebit_38.png deleted file mode 100755 index 4dcf07651..000000000 Binary files a/docs/.static/onebit_38.png and /dev/null differ diff --git a/docs/.static/repoze.css b/docs/.static/repoze.css deleted file mode 100644 index dd7646c74..000000000 --- a/docs/.static/repoze.css +++ /dev/null @@ -1,33 +0,0 @@ -@import url('default.css'); -body { - background-color: #006339; -} - -div.document { - background-color: #dad3bd; -} - -div.sphinxsidebar h3, h4, h5, a { - color: #127c56 !important; -} - -div.related { - color: #dad3bd !important; - background-color: #00744a; -} - -div.related a { - color: #dad3bd !important; -} - -/* override the justify text align of the default */ - -div.body p { - text-align: left !important; -} - -/* fix google chrome
 tag renderings */
-
-pre {
-   line-height: normal !important;
-}
diff --git a/docs/.static/repoze_epub.css b/docs/.static/repoze_epub.css
deleted file mode 100644
index 261500d82..000000000
--- a/docs/.static/repoze_epub.css
+++ /dev/null
@@ -1,22 +0,0 @@
-@import url('default.css');
-/* body { */
-/*     background-color: #006339; */
-/* } */
- 
-/* div.document { */
-/*     background-color: #dad3bd; */
-/* } */
-
-/* div.sphinxsidebar h3, h4, h5, a { */
-/*     color: #127c56 !important; */
-/* } */
-
-/* div.related { */
-/*     color: #dad3bd !important; */
-/*     background-color: #00744a; */
-/* } */
- 
-/* div.related a { */
-/*     color: #dad3bd !important; */
-/* } */
-
diff --git a/docs/.templates/layout.html b/docs/.templates/layout.html
deleted file mode 100644
index f7a7158f5..000000000
--- a/docs/.templates/layout.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% extends "!layout.html" %}
-{% block rootrellink %}
-    {{ super() }}
-    
  • Buy a Printed Version
  • -{% endblock %} -- cgit v1.2.3