diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2010-10-30 15:02:55 -0400 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2010-10-30 15:02:55 -0400 |
| commit | 4dfd36f481e15254c4d28fadec81556971fee88c (patch) | |
| tree | 579070089778ed03b15ddd41465be70c89db14b2 | |
| parent | 785d2f3d6b80172b3feb587e248a27aad4d5aa38 (diff) | |
| download | pyramid-4dfd36f481e15254c4d28fadec81556971fee88c.tar.gz pyramid-4dfd36f481e15254c4d28fadec81556971fee88c.tar.bz2 pyramid-4dfd36f481e15254c4d28fadec81556971fee88c.zip | |
Removed docs theme unused files
| -rw-r--r-- | docs/.static/exclaim.png | bin | 3542 -> 0 bytes | |||
| -rw-r--r-- | docs/.static/exclaim_color.png | bin | 3432 -> 0 bytes | |||
| -rw-r--r-- | docs/.static/info.png | bin | 3844 -> 0 bytes | |||
| -rw-r--r-- | docs/.static/info_color.png | bin | 3810 -> 0 bytes | |||
| -rw-r--r-- | docs/.static/logo_hi.png | bin | 3693 -> 0 bytes | |||
| -rwxr-xr-x | docs/.static/onebit_36.png | bin | 1705 -> 0 bytes | |||
| -rwxr-xr-x | docs/.static/onebit_38.png | bin | 1937 -> 0 bytes | |||
| -rw-r--r-- | docs/.static/repoze.css | 33 | ||||
| -rw-r--r-- | docs/.static/repoze_epub.css | 22 | ||||
| -rw-r--r-- | docs/.templates/layout.html | 5 |
10 files changed, 0 insertions, 60 deletions
diff --git a/docs/.static/exclaim.png b/docs/.static/exclaim.png Binary files differdeleted file mode 100644 index 6707bc362..000000000 --- a/docs/.static/exclaim.png +++ /dev/null diff --git a/docs/.static/exclaim_color.png b/docs/.static/exclaim_color.png Binary files differdeleted file mode 100644 index dffff8784..000000000 --- a/docs/.static/exclaim_color.png +++ /dev/null diff --git a/docs/.static/info.png b/docs/.static/info.png Binary files differdeleted file mode 100644 index 95d00a973..000000000 --- a/docs/.static/info.png +++ /dev/null diff --git a/docs/.static/info_color.png b/docs/.static/info_color.png Binary files differdeleted file mode 100644 index bcaf288bd..000000000 --- a/docs/.static/info_color.png +++ /dev/null diff --git a/docs/.static/logo_hi.png b/docs/.static/logo_hi.png Binary files differdeleted file mode 100644 index 996dcac4f..000000000 --- a/docs/.static/logo_hi.png +++ /dev/null diff --git a/docs/.static/onebit_36.png b/docs/.static/onebit_36.png Binary files differdeleted file mode 100755 index 70889fc16..000000000 --- a/docs/.static/onebit_36.png +++ /dev/null diff --git a/docs/.static/onebit_38.png b/docs/.static/onebit_38.png Binary files differdeleted file mode 100755 index 4dcf07651..000000000 --- a/docs/.static/onebit_38.png +++ /dev/null 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 %} |
