diff options
| author | Ben Bangert <ben@groovie.org> | 2010-10-30 15:54:14 -0700 |
|---|---|---|
| committer | Ben Bangert <ben@groovie.org> | 2010-10-30 15:54:14 -0700 |
| commit | 00c54262f122e5b8986ecd50961b1039339ec642 (patch) | |
| tree | fe085bb573192a8b9e10c694f0fa5186785c555d /docs/_static/pyramid.css | |
| parent | 3c9a0480762afa6292fb1b9355f179153ad2ed41 (diff) | |
| parent | 67106ba699d7856550f6f57ef9158a3722484958 (diff) | |
| download | pyramid-00c54262f122e5b8986ecd50961b1039339ec642.tar.gz pyramid-00c54262f122e5b8986ecd50961b1039339ec642.tar.bz2 pyramid-00c54262f122e5b8986ecd50961b1039339ec642.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/_static/pyramid.css')
| -rw-r--r-- | docs/_static/pyramid.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/_static/pyramid.css b/docs/_static/pyramid.css index 20ef0e7b1..9633cccc5 100644 --- a/docs/_static/pyramid.css +++ b/docs/_static/pyramid.css @@ -2,7 +2,7 @@ * nature.css_t * ~~~~~~~~~~~~ * - * Sphinx stylesheet -- nature theme. + * Sphinx stylesheet -- pylons theme. * * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. @@ -10,11 +10,12 @@ */ @import url("basic.css"); +@import url("nobile.css"); /* -- page layout ----------------------------------------------------------- */ body { - font-family: Arial, sans-serif; + font-family: "Nobile", sans-serif; font-size: 100%; background-color: #111; color: #ffffff; @@ -43,7 +44,7 @@ div.body { background-color: #ffffff; color: #3E4349; padding: 0 30px 30px 30px; - font-size: 0.9em; + font-size: 1em; } div.footer { @@ -87,7 +88,7 @@ div.sphinxsidebarwrapper{ div.sphinxsidebar h3, div.sphinxsidebar h4 { - font-family: Arial, sans-serif; + font-family: "Nobile", sans-serif; color: #000000; font-size: 1.2em; font-weight: normal; @@ -167,7 +168,7 @@ div.body h3, div.body h4, div.body h5, div.body h6 { - font-family: Arial, sans-serif; + font-family: "Nobile", sans-serif; background-color: #ffffff; font-weight: normal; color: #144fb2; @@ -255,7 +256,7 @@ tt { } .viewcode-back { - font-family: Arial, sans-serif; + font-family: "Nobile", sans-serif; } div.viewcode-block:target { |
