summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2010-10-30 15:02:55 -0400
committerBlaise Laflamme <blaise@laflamme.org>2010-10-30 15:02:55 -0400
commit4dfd36f481e15254c4d28fadec81556971fee88c (patch)
tree579070089778ed03b15ddd41465be70c89db14b2
parent785d2f3d6b80172b3feb587e248a27aad4d5aa38 (diff)
downloadpyramid-4dfd36f481e15254c4d28fadec81556971fee88c.tar.gz
pyramid-4dfd36f481e15254c4d28fadec81556971fee88c.tar.bz2
pyramid-4dfd36f481e15254c4d28fadec81556971fee88c.zip
Removed docs theme unused files
-rw-r--r--docs/.static/exclaim.pngbin3542 -> 0 bytes
-rw-r--r--docs/.static/exclaim_color.pngbin3432 -> 0 bytes
-rw-r--r--docs/.static/info.pngbin3844 -> 0 bytes
-rw-r--r--docs/.static/info_color.pngbin3810 -> 0 bytes
-rw-r--r--docs/.static/logo_hi.pngbin3693 -> 0 bytes
-rwxr-xr-xdocs/.static/onebit_36.pngbin1705 -> 0 bytes
-rwxr-xr-xdocs/.static/onebit_38.pngbin1937 -> 0 bytes
-rw-r--r--docs/.static/repoze.css33
-rw-r--r--docs/.static/repoze_epub.css22
-rw-r--r--docs/.templates/layout.html5
10 files changed, 0 insertions, 60 deletions
diff --git a/docs/.static/exclaim.png b/docs/.static/exclaim.png
deleted file mode 100644
index 6707bc362..000000000
--- a/docs/.static/exclaim.png
+++ /dev/null
Binary files differ
diff --git a/docs/.static/exclaim_color.png b/docs/.static/exclaim_color.png
deleted file mode 100644
index dffff8784..000000000
--- a/docs/.static/exclaim_color.png
+++ /dev/null
Binary files differ
diff --git a/docs/.static/info.png b/docs/.static/info.png
deleted file mode 100644
index 95d00a973..000000000
--- a/docs/.static/info.png
+++ /dev/null
Binary files differ
diff --git a/docs/.static/info_color.png b/docs/.static/info_color.png
deleted file mode 100644
index bcaf288bd..000000000
--- a/docs/.static/info_color.png
+++ /dev/null
Binary files differ
diff --git a/docs/.static/logo_hi.png b/docs/.static/logo_hi.png
deleted file mode 100644
index 996dcac4f..000000000
--- a/docs/.static/logo_hi.png
+++ /dev/null
Binary files differ
diff --git a/docs/.static/onebit_36.png b/docs/.static/onebit_36.png
deleted file mode 100755
index 70889fc16..000000000
--- a/docs/.static/onebit_36.png
+++ /dev/null
Binary files differ
diff --git a/docs/.static/onebit_38.png b/docs/.static/onebit_38.png
deleted file mode 100755
index 4dcf07651..000000000
--- a/docs/.static/onebit_38.png
+++ /dev/null
Binary files 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 <pre> 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() }}
- <li><b><i><a href="http://bfg.repoze.org/book">Buy a Printed Version</a></i></b></li>
-{% endblock %}