From 785d2f3d6b80172b3feb587e248a27aad4d5aa38 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sat, 30 Oct 2010 14:59:09 -0400 Subject: Updated docs theme --- docs/_static/pyramid_epub.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/_static/pyramid_epub.css (limited to 'docs/_static/pyramid_epub.css') diff --git a/docs/_static/pyramid_epub.css b/docs/_static/pyramid_epub.css new file mode 100644 index 000000000..261500d82 --- /dev/null +++ b/docs/_static/pyramid_epub.css @@ -0,0 +1,22 @@ +@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; */ +/* } */ + -- cgit v1.2.3