diff options
Diffstat (limited to 'docs/_static/pyramid.css')
| -rw-r--r-- | docs/_static/pyramid.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/_static/pyramid.css b/docs/_static/pyramid.css index 20ef0e7b1..43f37eb25 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; @@ -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 { |
