summaryrefslogtreecommitdiff
path: root/docs/.static/repoze.css
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 /docs/.static/repoze.css
parent785d2f3d6b80172b3feb587e248a27aad4d5aa38 (diff)
downloadpyramid-4dfd36f481e15254c4d28fadec81556971fee88c.tar.gz
pyramid-4dfd36f481e15254c4d28fadec81556971fee88c.tar.bz2
pyramid-4dfd36f481e15254c4d28fadec81556971fee88c.zip
Removed docs theme unused files
Diffstat (limited to 'docs/.static/repoze.css')
-rw-r--r--docs/.static/repoze.css33
1 files changed, 0 insertions, 33 deletions
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;
-}